Word.Interfaces.InlinePictureCollectionLoadOptions interface
Word のコレクションが含まれています。InlinePicture オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| alt |
For each ITEM in the collection: インライン画像に関連付けられた代替テキストを表す文字列を指定します。 |
| alt |
For each ITEM in the collection: インライン イメージのタイトルを含む文字列を指定します。 |
| height | For each ITEM in the collection: インライン イメージの高さを表す数値を指定します。 |
| hyperlink | For each ITEM in the collection: 画像上のハイパーリンクを指定します。 住所の部分とオプションの場所の部分を区切るには、'#' を使用します。 |
| image |
For each ITEM in the collection: インライン イメージの形式を取得します。 |
| lock |
For each ITEM in the collection: インライン画像のサイズを変更しても、元の比率を維持するかどうかを指定します。 |
| paragraph | For each ITEM in the collection: インライン画像を含む親段落を取得します。 |
| parent |
For each ITEM in the collection: インライン画像を含むコンテンツ コントロールを取得します。 親コンテンツ コントロールがない場合は |
| parent |
For each ITEM in the collection: インライン画像を含むコンテンツ コントロールを取得します。 親コンテンツ コントロールがない場合、このメソッドは、 |
| parent |
For each ITEM in the collection: インライン画像を含むテーブルを取得します。 テーブルに含まれない場合は、 |
| parent |
For each ITEM in the collection: インライン画像を含むテーブル セルを取得します。 テーブル セルに含まれない場合は、 |
| parent |
For each ITEM in the collection: インライン画像を含むテーブル セルを取得します。 テーブルのセルに含まれない場合、このメソッドは、 |
| parent |
For each ITEM in the collection: インライン画像を含むテーブルを取得します。 テーブルに含まれない場合、このメソッドは |
| width | For EACH ITEM in the collection: インライン イメージの幅を表す数値を指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
altTextDescription
For each ITEM in the collection: インライン画像に関連付けられた代替テキストを表す文字列を指定します。
altTextDescription?: boolean;
プロパティ値
boolean
注釈
altTextTitle
For each ITEM in the collection: インライン イメージのタイトルを含む文字列を指定します。
altTextTitle?: boolean;
プロパティ値
boolean
注釈
height
For each ITEM in the collection: インライン イメージの高さを表す数値を指定します。
height?: boolean;
プロパティ値
boolean
注釈
hyperlink
For each ITEM in the collection: 画像上のハイパーリンクを指定します。 住所の部分とオプションの場所の部分を区切るには、'#' を使用します。
hyperlink?: boolean;
プロパティ値
boolean
注釈
imageFormat
For each ITEM in the collection: インライン イメージの形式を取得します。
imageFormat?: boolean;
プロパティ値
boolean
注釈
lockAspectRatio
For each ITEM in the collection: インライン画像のサイズを変更しても、元の比率を維持するかどうかを指定します。
lockAspectRatio?: boolean;
プロパティ値
boolean
注釈
paragraph
For each ITEM in the collection: インライン画像を含む親段落を取得します。
paragraph?: Word.Interfaces.ParagraphLoadOptions;
プロパティ値
注釈
parentContentControl
For each ITEM in the collection: インライン画像を含むコンテンツ コントロールを取得します。 親コンテンツ コントロールがない場合は ItemNotFound エラーをスローします。
parentContentControl?: Word.Interfaces.ContentControlLoadOptions;
プロパティ値
注釈
parentContentControlOrNullObject
For each ITEM in the collection: インライン画像を含むコンテンツ コントロールを取得します。 親コンテンツ コントロールがない場合、このメソッドは、 isNullObject プロパティが true に設定されたオブジェクトを返します。 詳細については、「 *OrNullObject のメソッドとプロパティ」を参照してください。
parentContentControlOrNullObject?: Word.Interfaces.ContentControlLoadOptions;
プロパティ値
注釈
parentTable
For each ITEM in the collection: インライン画像を含むテーブルを取得します。 テーブルに含まれない場合は、 ItemNotFound エラーをスローします。
parentTable?: Word.Interfaces.TableLoadOptions;
プロパティ値
注釈
parentTableCell
For each ITEM in the collection: インライン画像を含むテーブル セルを取得します。 テーブル セルに含まれない場合は、 ItemNotFound エラーをスローします。
parentTableCell?: Word.Interfaces.TableCellLoadOptions;
プロパティ値
注釈
parentTableCellOrNullObject
For each ITEM in the collection: インライン画像を含むテーブル セルを取得します。 テーブルのセルに含まれない場合、このメソッドは、 isNullObject プロパティが true に設定されたオブジェクトを返します。 詳細については、「 *OrNullObject のメソッドとプロパティ」を参照してください。
parentTableCellOrNullObject?: Word.Interfaces.TableCellLoadOptions;
プロパティ値
注釈
parentTableOrNullObject
For each ITEM in the collection: インライン画像を含むテーブルを取得します。 テーブルに含まれない場合、このメソッドは isNullObject プロパティが true に設定されたオブジェクトを返します。 詳細については、「 *OrNullObject のメソッドとプロパティ」を参照してください。
parentTableOrNullObject?: Word.Interfaces.TableLoadOptions;
プロパティ値
注釈
width
For EACH ITEM in the collection: インライン イメージの幅を表す数値を指定します。
width?: boolean;
プロパティ値
boolean