Partager via


PowerPoint.Interfaces.ParagraphFormatUpdateData interface

Interface permettant de mettre à jour les données sur l’objet ParagraphFormat , à utiliser dans paragraphFormat.set({ ... }).

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 ]