PowerPoint.Interfaces.ParagraphFormatUpdateData interface

用于更新 ParagraphFormat 对象上的数据的接口,可在 中使用 paragraphFormat.set({ ... })

属性

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 ]