PowerPoint.Interfaces.ParagraphFormatData interface
Una interfaz que describe los datos devueltos llamando a paragraphFormat.toJSON().
Propiedades
| horizontal |
Representa la alineación horizontal del párrafo. Devuelve "null" si el "TextRange" incluye fragmentos de texto con diferentes valores de alineación horizontal. Vea PowerPoint.ParagraphHorizontalAlignment para obtener más información. |
| indent |
Representa el nivel de sangría del párrafo. |
Detalles de las propiedades
horizontalAlignment
Representa la alineación horizontal del párrafo. Devuelve "null" si el "TextRange" incluye fragmentos de texto con diferentes valores de alineación horizontal. Vea PowerPoint.ParagraphHorizontalAlignment para obtener más información.
horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;
Valor de propiedad
PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null
Comentarios
indentLevel
Representa el nivel de sangría del párrafo.
indentLevel?: number;
Valor de propiedad
number