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 .

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";

Valeur de propriété

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

Remarques

[ Ensemble d’API : PowerPointApi 1.4 ]