PowerPoint.Interfaces.BulletFormatUpdateData interface
bulletFormat.set({ ... })
で使用するために、BulletFormat オブジェクト上のデータを更新するためのインターフェイス。
プロパティ
| 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