Word.Interfaces.HyperlinkCollectionLoadOptions interface
Word のコレクションが含まれています。ハイパーリンク オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| address | For each ITEM in the collection: ハイパーリンクのアドレス (ファイル名や URL など) を指定します。 |
| email |
For each ITEM in the collection: ハイパーリンクの件名の文字列を指定します。 |
| is |
For each ITEM in the collection: ハイパーリンクを解決するために追加情報が必要な場合は、 |
| name | For each ITEM in the collection: |
| range | For each ITEM in the collection: ハイパーリンク内にあるドキュメントの部分を表す |
| screen |
For each ITEM in the collection: ハイパーリンクの上にマウス ポインターを置いたときにポップ ヒントとして表示されるテキストを指定します。 |
| sub |
For each ITEM in the collection: ハイパーリンク先の名前付き場所を指定します。 |
| target | For each ITEM in the collection: ハイパーリンクを読み込むフレームまたはウィンドウの名前を指定します。 |
| text |
For each ITEM in the collection: 文書内でのハイパーリンクの表示テキストを指定します。 |
| type | For each ITEM in the collection: ハイパーリンク型を返します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
address
For each ITEM in the collection: ハイパーリンクのアドレス (ファイル名や URL など) を指定します。
address?: boolean;
プロパティ値
boolean
注釈
emailSubject
For each ITEM in the collection: ハイパーリンクの件名の文字列を指定します。
emailSubject?: boolean;
プロパティ値
boolean
注釈
isExtraInfoRequired
For each ITEM in the collection: ハイパーリンクを解決するために追加情報が必要な場合は、 true を返します。
isExtraInfoRequired?: boolean;
プロパティ値
boolean
注釈
name
For each ITEM in the collection: Hyperlink オブジェクトの名前を返します。
name?: boolean;
プロパティ値
boolean
注釈
range
For each ITEM in the collection: ハイパーリンク内にあるドキュメントの部分を表す Range オブジェクトを返します。
range?: Word.Interfaces.RangeLoadOptions;
プロパティ値
注釈
screenTip
For each ITEM in the collection: ハイパーリンクの上にマウス ポインターを置いたときにポップ ヒントとして表示されるテキストを指定します。
screenTip?: boolean;
プロパティ値
boolean
注釈
subAddress
For each ITEM in the collection: ハイパーリンク先の名前付き場所を指定します。
subAddress?: boolean;
プロパティ値
boolean
注釈
target
For each ITEM in the collection: ハイパーリンクを読み込むフレームまたはウィンドウの名前を指定します。
target?: boolean;
プロパティ値
boolean
注釈
textToDisplay
For each ITEM in the collection: 文書内でのハイパーリンクの表示テキストを指定します。
textToDisplay?: boolean;
プロパティ値
boolean
注釈
type
For each ITEM in the collection: ハイパーリンク型を返します。
type?: boolean;
プロパティ値
boolean