PowerPoint.Interfaces.BulletFormatData interface
bulletFormat.toJSON()
の呼び出しによって返されるデータを記述するインターフェイス。
プロパティ
| style | 段落内の箇条書きのスタイルを指定します。 詳細については 、PowerPoint.BulletStyle を参照してください。
PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合は |
| type | 段落内の箇条書きの種類を指定します。 詳細については 、PowerPoint.BulletType を参照してください。
PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合は |
| visible | 段落内の箇条書きを表示するかどうかを指定します。
PowerPoint.TextRange に、箇条書きの可視性の値が異なるテキスト フラグメントが含まれている場合は |
プロパティの詳細
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
注釈
type
段落内の箇条書きの種類を指定します。 詳細については 、PowerPoint.BulletType を参照してください。
PowerPoint.TextRange に異なる箇条書き書式設定プロパティを持つテキスト フラグメントが含まれている場合はnullを返します。
type?: PowerPoint.BulletType | "Unsupported" | "None" | "Numbered" | "Unnumbered" | null;
プロパティ値
PowerPoint.BulletType | "Unsupported" | "None" | "Numbered" | "Unnumbered" | null
注釈
visible
段落内の箇条書きを表示するかどうかを指定します。
PowerPoint.TextRange に、箇条書きの可視性の値が異なるテキスト フラグメントが含まれている場合は null を返します。
visible?: boolean | null;
プロパティ値
boolean | null