Edit

Share via


PowerPoint.TextRun interface

Represents a sequence of one or more characters with the same font attributes.

Remarks

[ API set: PowerPointApi 1.8 ]

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

[ API set: PowerPointApi 1.8 ]

text

The text of this text run.

text: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.8 ]