PowerPoint.Interfaces.ParagraphFormatData interface
Uma interface que descreve os dados retornados chamando paragraphFormat.toJSON().
Propriedades
| horizontal |
Representa o alinhamento horizontal do parágrafo. Retorna 'null' se o 'TextRange' inclui fragmentos de texto com diferentes valores de alinhamento horizontal. Confira PowerPoint.ParagraphHorizontalAlignment para obter detalhes. |
| indent |
Representa o nível de recuo do parágrafo. |
Detalhes da propriedade
horizontalAlignment
Representa o alinhamento horizontal do parágrafo. Retorna 'null' se o 'TextRange' inclui fragmentos de texto com diferentes valores de alinhamento horizontal. Confira PowerPoint.ParagraphHorizontalAlignment para obter detalhes.
horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
Valor da propriedade
PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null
Comentários
indentLevel
Representa o nível de recuo do parágrafo.
indentLevel?: number;
Valor da propriedade
number