PowerPoint.Interfaces.ParagraphFormatData interface
Interfaz que describe los datos devueltos mediante una llamada a paragraphFormat.toJSON()
.
Propiedades
horizontal |
Representa la alineación horizontal del párrafo. Devuelve 'null' si 'TextRange' incluye fragmentos de texto con valores de alineación horizontal diferentes. Consulte PowerPoint.ParagraphHorizontalAlignment para obtener más información. |
Detalles de las propiedades
horizontalAlignment
Representa la alineación horizontal del párrafo. Devuelve 'null' si 'TextRange' incluye fragmentos de texto con valores de alineación horizontal diferentes. Consulte PowerPoint.ParagraphHorizontalAlignment para obtener más información.
horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed";
Valor de propiedad
PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed"