PowerPoint.Interfaces.ParagraphFormatLoadOptions interface
表示附加到 PowerPoint.TextRange 的文本的段落格式属性。
注解
属性
$all |
|
bullet |
表示段落的项目符号格式。 有关详细信息,请参阅 PowerPoint.BulletFormat 。 |
horizontal |
表示段落的水平对齐方式。 如果“TextRange”包含具有不同水平对齐值的文本片段,则返回“null”。 有关详细信息,请参阅 PowerPoint.ParagraphHorizontalAlignment 。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
bulletFormat
表示段落的项目符号格式。 有关详细信息,请参阅 PowerPoint.BulletFormat 。
bulletFormat?: PowerPoint.Interfaces.BulletFormatLoadOptions;
属性值
注解
horizontalAlignment
表示段落的水平对齐方式。 如果“TextRange”包含具有不同水平对齐值的文本片段,则返回“null”。 有关详细信息,请参阅 PowerPoint.ParagraphHorizontalAlignment 。
horizontalAlignment?: boolean;
属性值
boolean