PowerPoint.Interfaces.BulletFormatUpdateData interface

用于更新对象上的 BulletFormat 数据的接口,用于 在 中使用 bulletFormat.set({ ... })

属性

style

指定段落中项目符号的样式。 有关详细信息,请参阅 PowerPoint.BulletStylenull如果 PowerPoint.TextRange 包含具有不同项目符号格式属性的文本片段,则返回 。

type

指定段落中项目符号的类型。 有关详细信息,请参阅 PowerPoint.BulletTypenull如果 PowerPoint.TextRange 包含具有不同项目符号格式属性的文本片段,则返回 。

visible

指定段落中的项目符号是否可见。 null如果 PowerPoint.TextRange 包含具有不同项目符号可见性值的文本片段,则返回 。

属性详细信息

style

指定段落中项目符号的样式。 有关详细信息,请参阅 PowerPoint.BulletStylenull如果 PowerPoint.TextRange 包含具有不同项目符号格式属性的文本片段,则返回 。

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;

属性值

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

注解

[ API 集:PowerPointApi 1.10 ]

type

指定段落中项目符号的类型。 有关详细信息,请参阅 PowerPoint.BulletTypenull如果 PowerPoint.TextRange 包含具有不同项目符号格式属性的文本片段,则返回 。

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

属性值

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

注解

[ API 集:PowerPointApi 1.10 ]

visible

指定段落中的项目符号是否可见。 null如果 PowerPoint.TextRange 包含具有不同项目符号可见性值的文本片段,则返回 。

visible?: boolean | null;

属性值

boolean | null

注解

[ API 集:PowerPointApi 1.4 ]