PowerPoint.Interfaces.ParagraphFormatUpdateData interface
用于更新对象上的 ParagraphFormat
数据的接口,用于 在 中使用 paragraphFormat.set({ ... })
。
属性
horizontal |
表示段落的水平对齐方式。 如果“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"