Share via


PowerPoint.Interfaces.ParagraphFormatData interface

Uma interface que descreve os dados retornados chamando paragraphFormat.toJSON().

Propriedades

horizontalAlignment

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

Detalhes da propriedade

horizontalAlignment

Representa o alinhamento horizontal do parágrafo. Retornará 'null' se o 'TextRange' incluir fragmentos de texto com diferentes valores de alinhamento horizontal. Consulte 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 ]