PowerPoint.Interfaces.ParagraphFormatLoadOptions interface

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

属性

$all

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

bulletFormat

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

horizontalAlignment

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

indentLevel

表示段落的缩进级别。

属性详细信息

$all

指定加载选项将 $all 加载所有标量属性 ((如 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

indentLevel

表示段落的缩进级别。

indentLevel?: boolean;

属性值

boolean

注解

API 集:PowerPointApi 1.10