PowerPoint.Interfaces.TextRangeLoadOptions interface

図形に結合するテキストや、テキストを操作するためのプロパティおよびメソッドが含まれます。

注釈

[ API セット: PowerPointApi 1.4 ]

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

font

テキスト範囲のフォント属性を表す ShapeFont オブジェクトを返します。

paragraphFormat

テキスト範囲の段落形式を表します。 詳細については 、「PowerPoint.ParagraphFormat 」を参照してください。

text

テキスト範囲のプレーン テキスト コンテンツを表します。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.addressなど) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

font

テキスト範囲のフォント属性を表す ShapeFont オブジェクトを返します。

font?: PowerPoint.Interfaces.ShapeFontLoadOptions;

プロパティ値

注釈

[ API セット: PowerPointApi 1.4 ]

paragraphFormat

テキスト範囲の段落形式を表します。 詳細については 、「PowerPoint.ParagraphFormat 」を参照してください。

paragraphFormat?: PowerPoint.Interfaces.ParagraphFormatLoadOptions;

プロパティ値

注釈

[ API セット: PowerPointApi 1.4 ]

text

テキスト範囲のプレーン テキスト コンテンツを表します。

text?: boolean;

プロパティ値

boolean

注釈

[ API セット: PowerPointApi 1.4 ]