Visio.Interfaces.HyperlinkCollectionLoadOptions interface
ハイパーリンク コレクションを表します。
プロパティ
| $all | LoadOptions に |
| address | For each ITEM in the collection: ハイパーリンク オブジェクトのアドレスを取得します。 読み取り専用です。 |
| description | For each ITEM in the collection: ハイパーリンクの説明を取得します。 読み取り専用です。 |
| extra |
For each ITEM in the collection: ハイパーリンクの URL を解決するために使用される追加の URL 要求情報を取得します。 読み取り専用です。 |
| sub |
For each ITEM in the collection: ハイパーリンク オブジェクトのサブアドレスを取得します。 読み取り専用です。 |
プロパティの詳細
$all
LoadOptions に $all を指定すると、すべてのスカラー プロパティ (例: Range.address) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
address
For each ITEM in the collection: ハイパーリンク オブジェクトのアドレスを取得します。 読み取り専用です。
address?: boolean;
プロパティ値
boolean
注釈
description
For each ITEM in the collection: ハイパーリンクの説明を取得します。 読み取り専用です。
description?: boolean;
プロパティ値
boolean
注釈
extraInfo
For each ITEM in the collection: ハイパーリンクの URL を解決するために使用される追加の URL 要求情報を取得します。 読み取り専用です。
extraInfo?: boolean;
プロパティ値
boolean
注釈
subAddress
For each ITEM in the collection: ハイパーリンク オブジェクトのサブアドレスを取得します。 読み取り専用です。
subAddress?: boolean;
プロパティ値
boolean