PowerPoint.Interfaces.BulletFormatData interface

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

Remarques

Utilisateur

Propriétés

style

Spécifie le style des puces dans le paragraphe. Pour plus d’informations , voir PowerPoint.BulletStyle . Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes propriétés de mise en forme des puces.

type

Spécifie le type des puces dans le paragraphe. Pour plus d’informations , voir PowerPoint.BulletType . Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes propriétés de mise en forme des puces.

visible

Spécifie si les puces du paragraphe sont visibles. Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes valeurs de visibilité des puces.

Détails de la propriété

style

Spécifie le style des puces dans le paragraphe. Pour plus d’informations , voir PowerPoint.BulletStyle . Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes propriétés de mise en forme des puces.

style?: PowerPoint.BulletStyle | "Unsupported" | "AlphabetLowercasePeriod" | "AlphabetUppercasePeriod" | "ArabicNumeralParenthesisRight" | "ArabicNumeralPeriod" | "RomanLowercaseParenthesesBoth" | "RomanLowercaseParenthesisRight" | "RomanLowercasePeriod" | "RomanUppercasePeriod" | "AlphabetLowercaseParenthesesBoth" | "AlphabetLowercaseParenthesisRight" | "AlphabetUppercaseParenthesesBoth" | "AlphabetUppercaseParenthesisRight" | "ArabicNumeralParenthesesBoth" | "ArabicNumeralPlain" | "RomanUppercaseParenthesesBoth" | "RomanUppercaseParenthesisRight" | "SimplifiedChinesePlain" | "SimplifiedChinesePeriod" | "CircleNumberDoubleBytePlain" | "CircleNumberWideDoubleByteWhitePlain" | "CircleNumberWideDoubleByteBlackPlain" | "TraditionalChinesePlain" | "TraditionalChinesePeriod" | "ArabicAlphabetDash" | "ArabicAbjadDash" | "HebrewAlphabetDash" | "KanjiKoreanPlain" | "KanjiKoreanPeriod" | "ArabicDoubleBytePlain" | "ArabicDoubleBytePeriod" | "ThaiAlphabetPeriod" | "ThaiAlphabetParenthesisRight" | "ThaiAlphabetParenthesesBoth" | "ThaiNumeralPeriod" | "ThaiNumeralParenthesisRight" | "ThaiNumeralParenthesesBoth" | "HindiAlphabetPeriod" | "HindiNumeralPeriod" | "KanjiSimplifiedChineseDoubleBytePeriod" | "HindiNumeralParenthesisRight" | "HindiAlphabet1Period" | null;

Valeur de propriété

PowerPoint.BulletStyle | "Unsupported" | "AlphabetLowercasePeriod" | "AlphabetUppercasePeriod" | "ArabicNumeralParenthesisRight" | "ArabicNumeralPeriod" | "RomanLowercaseParenthesesBoth" | "RomanLowercaseParenthesisRight" | "RomanLowercasePeriod" | "RomanUppercasePeriod" | "AlphabetLowercaseParenthesesBoth" | "AlphabetLowercaseParenthesisRight" | "AlphabetUppercaseParenthesesBoth" | "AlphabetUppercaseParenthesisRight" | "ArabicNumeralParenthesesBoth" | "ArabicNumeralPlain" | "RomanUppercaseParenthesesBoth" | "RomanUppercaseParenthesisRight" | "SimplifiedChinesePlain" | "SimplifiedChinesePeriod" | "CircleNumberDoubleBytePlain" | "CircleNumberWideDoubleByteWhitePlain" | "CircleNumberWideDoubleByteBlackPlain" | "TraditionalChinesePlain" | "TraditionalChinesePeriod" | "ArabicAlphabetDash" | "ArabicAbjadDash" | "HebrewAlphabetDash" | "KanjiKoreanPlain" | "KanjiKoreanPeriod" | "ArabicDoubleBytePlain" | "ArabicDoubleBytePeriod" | "ThaiAlphabetPeriod" | "ThaiAlphabetParenthesisRight" | "ThaiAlphabetParenthesesBoth" | "ThaiNumeralPeriod" | "ThaiNumeralParenthesisRight" | "ThaiNumeralParenthesesBoth" | "HindiAlphabetPeriod" | "HindiNumeralPeriod" | "KanjiSimplifiedChineseDoubleBytePeriod" | "HindiNumeralParenthesisRight" | "HindiAlphabet1Period" | null

Remarques

Ensemble d’API : PowerPointApi 1.10

type

Spécifie le type des puces dans le paragraphe. Pour plus d’informations , voir PowerPoint.BulletType . Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes propriétés de mise en forme des puces.

type?: PowerPoint.BulletType | "Unsupported" | "None" | "Numbered" | "Unnumbered" | null;

Valeur de propriété

PowerPoint.BulletType | "Unsupported" | "None" | "Numbered" | "Unnumbered" | null

Remarques

Ensemble d’API : PowerPointApi 1.10

visible

Spécifie si les puces du paragraphe sont visibles. Renvoie null si PowerPoint.TextRange inclut des fragments de texte avec différentes valeurs de visibilité des puces.

visible?: boolean | null;

Valeur de propriété

boolean | null

Remarques

Ensemble d’API : PowerPointApi 1.4