PowerPoint.Interfaces.ParagraphFormatData interface

一个接口,用于描述通过调用 paragraphFormat.toJSON()返回的数据。

属性

horizontalAlignment

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

属性详细信息

horizontalAlignment

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

horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed";

属性值

PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed"

注解

[ API 集:PowerPointApi 1.4 ]