PowerPoint.Interfaces.TextRangeLoadOptions interface
包含附加到形状上的文本,以及用于操作文本的属性和方法。
注解
属性
$all |
|
font | 返回一个 |
paragraph |
表示文本范围的段落格式。 有关详细信息,请参阅 PowerPoint.ParagraphFormat 。 |
text | 表示文本范围的纯文本内容。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
font
返回一个 ShapeFont
对象,该对象代表文本区域的字体属性。
font?: PowerPoint.Interfaces.ShapeFontLoadOptions;
属性值
注解
paragraphFormat
表示文本范围的段落格式。 有关详细信息,请参阅 PowerPoint.ParagraphFormat 。
paragraphFormat?: PowerPoint.Interfaces.ParagraphFormatLoadOptions;