Share via


PowerPoint.Interfaces.ParagraphFormatUpdateData interface

Interfaz para actualizar datos en el objeto ParagraphFormat, para su uso en paragraphFormat.set({ ... }).

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.

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"

Comentarios

[ Conjunto de API: PowerPointApi 1.4 ]