Compartilhar via


PowerPoint.Interfaces.BulletFormatData interface

Uma interface que descreve os dados devolvidos ao chamar bulletFormat.toJSON().

Propriedades

style

Especifica o estilo das marcas de lista no parágrafo. Consulte PowerPoint.BulletStyle para obter detalhes. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com diferentes propriedades de formatação de marcas.

type

Especifica o tipo de marcas de lista no parágrafo. Consulte PowerPoint.BulletType para obter detalhes. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com diferentes propriedades de formatação de marcas.

visible

Especifica se as marcas de lista no parágrafo estão visíveis. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com valores de visibilidade de marcas diferentes.

Detalhes da propriedade

style

Especifica o estilo das marcas de lista no parágrafo. Consulte PowerPoint.BulletStyle para obter detalhes. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com diferentes propriedades de formatação de marcas.

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;

Valor da propriedade

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

Comentários

[ Conjunto de API: PowerPointApi 1.10 ]

type

Especifica o tipo de marcas de lista no parágrafo. Consulte PowerPoint.BulletType para obter detalhes. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com diferentes propriedades de formatação de marcas.

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

Valor da propriedade

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

Comentários

[ Conjunto de API: PowerPointApi 1.10 ]

visible

Especifica se as marcas de lista no parágrafo estão visíveis. Devolve null se o PowerPoint.TextRange incluir fragmentos de texto com valores de visibilidade de marcas diferentes.

visible?: boolean | null;

Valor da propriedade

boolean | null

Comentários

[ Conjunto de API: PowerPointApi 1.4 ]