PowerPoint.Interfaces.ParagraphFormatLoadOptions interface

表示附加到 PowerPoint.TextRange 的文本的段落格式属性。

注解

[ API 集:PowerPointApi 1.4 ]

属性

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

bulletFormat

表示段落的项目符号格式。 有关详细信息,请参阅 PowerPoint.BulletFormat

horizontalAlignment

表示段落的水平对齐方式。 如果“TextRange”包含具有不同水平对齐值的文本片段,则返回“null”。 有关详细信息,请参阅 PowerPoint.ParagraphHorizontalAlignment

属性详细信息

$all

$all为 LoadOptions 指定将加载所有标量属性 (例如:Range.address) 但不加载导航属性 (例如: Range.format.fill.color) 。

$all?: boolean;

属性值

boolean

bulletFormat

表示段落的项目符号格式。 有关详细信息,请参阅 PowerPoint.BulletFormat

bulletFormat?: PowerPoint.Interfaces.BulletFormatLoadOptions;

属性值

注解

[ API 集:PowerPointApi 1.4 ]

horizontalAlignment

表示段落的水平对齐方式。 如果“TextRange”包含具有不同水平对齐值的文本片段,则返回“null”。 有关详细信息,请参阅 PowerPoint.ParagraphHorizontalAlignment

horizontalAlignment?: boolean;

属性值

boolean

注解

[ API 集:PowerPointApi 1.4 ]