PowerPoint.Interfaces.TextRangeLoadOptions interface
Contains the text that is attached to a shape, in addition to properties and methods for manipulating the text.
Remarks
[ API set: PowerPointApi 1.4 ]
Properties
$all | Specifying |
font | Returns a |
paragraph |
Represents the paragraph format of the text range. See PowerPoint.ParagraphFormat for details. |
text | Represents the plain text content of the text range. |
Property Details
$all
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
font
Returns a ShapeFont
object that represents the font attributes for the text range.
font?: PowerPoint.Interfaces.ShapeFontLoadOptions;
Property Value
Remarks
paragraphFormat
Represents the paragraph format of the text range. See PowerPoint.ParagraphFormat for details.
paragraphFormat?: PowerPoint.Interfaces.ParagraphFormatLoadOptions;
Property Value
Remarks
text
Represents the plain text content of the text range.
text?: boolean;
Property Value
boolean
Remarks
Office Add-ins