Compartilhar via


PowerPoint.Interfaces.ParagraphFormatUpdateData interface

Uma interface para atualizar dados no ParagraphFormat objeto, para utilização no paragraphFormat.set({ ... }).

Propriedades

horizontalAlignment

Representa o alinhamento horizontal do parágrafo. Devolve "null" se "TextRange" incluir fragmentos de texto com valores de alinhamento horizontal diferentes. Veja PowerPoint.ParagraphHorizontalAlignment para obter detalhes.

Detalhes da propriedade

horizontalAlignment

Representa o alinhamento horizontal do parágrafo. Devolve "null" se "TextRange" incluir fragmentos de texto com valores de alinhamento horizontal diferentes. Veja PowerPoint.ParagraphHorizontalAlignment para obter detalhes.

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

Valor da propriedade

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

Comentários

[ Conjunto de API: PowerPointApi 1.4 ]