Excel.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: ExcelApi 1.9 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

font

Returns a ShapeFont object that represents the font attributes for the text range.

text

Represents the plain text content of the text range.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

font

Returns a ShapeFont object that represents the font attributes for the text range.

font?: Excel.Interfaces.ShapeFontLoadOptions;

Property Value

Remarks

[ API set: ExcelApi 1.9 ]

text

Represents the plain text content of the text range.

text?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]