PowerPoint.Interfaces.BulletFormatData interface

Una interfaz que describe los datos devueltos llamando a bulletFormat.toJSON().

Comentarios

Usada por

Propiedades

style

Especifica el estilo de las viñetas del párrafo. Vea PowerPoint.BulletStyle para obtener más información. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con diferentes propiedades de formato de viñeta.

type

Especifica el tipo de viñetas del párrafo. Vea PowerPoint.BulletType para obtener más información. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con diferentes propiedades de formato de viñeta.

visible

Especifica si las viñetas del párrafo están visibles. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con valores de visibilidad de viñeta diferentes.

Detalles de las propiedades

style

Especifica el estilo de las viñetas del párrafo. Vea PowerPoint.BulletStyle para obtener más información. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con diferentes propiedades de formato de viñeta.

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 de propiedad

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

Comentarios

Conjunto de API: PowerPointApi 1.10

type

Especifica el tipo de viñetas del párrafo. Vea PowerPoint.BulletType para obtener más información. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con diferentes propiedades de formato de viñeta.

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

Valor de propiedad

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

Comentarios

Conjunto de API: PowerPointApi 1.10

visible

Especifica si las viñetas del párrafo están visibles. Devuelve null si PowerPoint.TextRange incluye fragmentos de texto con valores de visibilidad de viñeta diferentes.

visible?: boolean | null;

Valor de propiedad

boolean | null

Comentarios

Conjunto de API: PowerPointApi 1.4