次の方法で共有


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 set: 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 set: PowerPointApi 1.10 ]

visible

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

visible?: boolean | null;

プロパティ値

boolean | null

注釈

[ API セット: PowerPointApi 1.4 ]