Share via


PowerPoint.Interfaces.TextRangeLoadOptions interface

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

注釈

[ API セット: PowerPointApi 1.4 ]

プロパティ

$all

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

font

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

paragraphFormat

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

text

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

プロパティの詳細

$all

LoadOptions を指定すると $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 ]