PowerPoint.TextRun interface
Represents a sequence of one or more characters with the same font attributes.
Remarks
Properties
font | The font attributes (such as font name, font size, and color) applied to this text run. |
text | The text of this text run. |
Property Details
font
The font attributes (such as font name, font size, and color) applied to this text run.
font?: PowerPoint.FontProperties;
Property Value
Remarks
text
The text of this text run.
text: string;
Property Value
string