PowerPoint.TextRun interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The font attributes (such as font name, font size, and color) applied to this text run.
font?: PowerPoint.FontProperties;
Property Value
Remarks
text
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The text of this text run.
text: string;
Property Value
string
Remarks
Office Add-ins