Excel.Interfaces.TextRangeLoadOptions interface

包含附加到形状上的文本,以及用于操作文本的属性和方法。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

font

返回 ShapeFont 表示文本区域的字体属性的对象。

text

表示文本范围的纯文本内容。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

font

返回 ShapeFont 表示文本区域的字体属性的对象。

font?: Excel.Interfaces.ShapeFontLoadOptions;

属性值

注解

API 集:ExcelApi 1.9

text

表示文本范围的纯文本内容。

text?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.9