PowerPoint.Interfaces.BulletFormatData interface

bulletFormat.toJSON() の呼び出しによって返されるデータを記述するインターフェイス。

注釈

使用元

プロパティ

style

段落内の箇条書きのスタイルを指定します。 詳細については 、PowerPoint.BulletStyle を参照してください。 PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合はnullを返します。

type

段落内の箇条書きの種類を指定します。 詳細については 、PowerPoint.BulletType を参照してください。 PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合はnullを返します。

visible

段落内の箇条書きを表示するかどうかを指定します。 PowerPoint.TextRange に、箇条書きの可視性の値が異なるテキスト フラグメントが含まれている場合は null を返します。

プロパティの詳細

style

段落内の箇条書きのスタイルを指定します。 詳細については 、PowerPoint.BulletStyle を参照してください。 PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合はnullを返します。

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.BulletType を参照してください。 PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合はnullを返します。

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

プロパティ値

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

注釈

API セット: PowerPointApi 1.10

visible

段落内の箇条書きを表示するかどうかを指定します。 PowerPoint.TextRange に、箇条書きの可視性の値が異なるテキスト フラグメントが含まれている場合は null を返します。

visible?: boolean | null;

プロパティ値

boolean | null

注釈

API セット: PowerPointApi 1.4