PowerPoint.Interfaces.ParagraphFormatData interface

Una interfaz que describe los datos devueltos llamando a paragraphFormat.toJSON().

Comentarios

Usada por

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.

indentLevel

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

Conjunto de API: PowerPointApi 1.4

indentLevel

Representa el nivel de sangría del párrafo.

indentLevel?: number;

Valor de propiedad

number

Comentarios

Conjunto de API: PowerPointApi 1.10