Partager via


PowerPoint.Interfaces.ParagraphFormatData interface

Interface décrivant les données retournées en appelant paragraphFormat.toJSON().

Propriétés

horizontalAlignment

Représente l’alignement horizontal du paragraphe. Retourne « null » si « TextRange » inclut des fragments de texte avec différentes valeurs d’alignement horizontal. Pour plus d’informations, voir PowerPoint.ParagraphHorizontalAlignment .

indentLevel

Représente le niveau de retrait du paragraphe.

Détails de la propriété

horizontalAlignment

Représente l’alignement horizontal du paragraphe. Retourne « null » si « TextRange » inclut des fragments de texte avec différentes valeurs d’alignement horizontal. Pour plus d’informations, voir PowerPoint.ParagraphHorizontalAlignment .

horizontalAlignment?: PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null;

Valeur de la propriété

PowerPoint.ParagraphHorizontalAlignment | "Left" | "Center" | "Right" | "Justify" | "JustifyLow" | "Distributed" | "ThaiDistributed" | null

Remarques

[ Ensemble d’API : PowerPointApi 1.4 ]

indentLevel

Représente le niveau de retrait du paragraphe.

indentLevel?: number;

Valeur de la propriété

number

Remarques

[ Ensemble d’API : PowerPointApi 1.10 ]