Partager via


PowerPoint.Interfaces.ParagraphFormatLoadOptions interface

Représente les propriétés de mise en forme de paragraphe d’un texte joint à PowerPoint.TextRange.

Remarques

[ Ensemble d’API : PowerPointApi 1.4 ]

Propriétés

$all

La spécification des options de $all chargement charge toutes les propriétés scalaires (telles que Range.address) mais pas les propriétés de navigation (telles que Range.format.fill.color).

bulletFormat

Représente le format de puce du paragraphe. Pour plus d’informations, voir PowerPoint.BulletFormat .

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é

$all

La spécification des options de $all chargement charge toutes les propriétés scalaires (telles que Range.address) mais pas les propriétés de navigation (telles que Range.format.fill.color).

$all?: boolean;

Valeur de propriété

boolean

bulletFormat

Représente le format de puce du paragraphe. Pour plus d’informations, voir PowerPoint.BulletFormat .

bulletFormat?: PowerPoint.Interfaces.BulletFormatLoadOptions;

Valeur de propriété

Remarques

[ Ensemble d’API : PowerPointApi 1.4 ]

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?: boolean;

Valeur de propriété

boolean

Remarques

[ Ensemble d’API : PowerPointApi 1.4 ]