Hyperlink

ハイパーリンク

プロパティ(オブジェクト)

Ver. プロパティ名 説明
Parent Document 親のオブジェクト

プロパティ

Ver. プロパティ名 R/O 説明
BorderColor Array(R,G,B), idUIColors R,G,Bは0-255
BorderStyle idHyperlinkAppearanceStyle
idHyperlinkAppearanceStyle
Ver.10進数説明
idDashed1684108136 Uses a dashed stroke.
idSolid1936682084 Uses a solid stroke.
The hyperlink's border style
Destination HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination The destination this hyperlink points to
Hidden Boolean型 Is this object hidden in the UI
Highlight idHyperlinkAppearanceHighlight
idHyperlinkAppearanceHighlight
Ver.10進数説明
idInset1853056372
idInvert1853256308
idNone1852796517
idOutline1869900910
The appearance of the hyperlink's highlight
Id Long型 オブジェクトのID
Index Long型 インデックス
Label String型 スクリプトラベル
Name String型 既定値。オブジェクトの名前を返す
Source HyperlinkPageItemSource, HyperlinkTextSource The source this hyperlink points to
Source HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSource The hyperlinked text or page item.
Visible Boolean型 表示するかどうか
Width idHyperlinkAppearanceWidth
idHyperlinkAppearanceWidth
Ver.10進数説明
idMedium1701727588 Uses a medium border.
idThick1952999787 Uses a thick border.
idThin1952999790 Uses a thin border.
The hyperlink's border width

メソッド

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Delete オブジェクトを削除
ExtractLabel String型 キーに関連づけられたラベルを取得
Key String型 キー
InsertLabel キーに関連づけられたラベルを設定
Key String型 キー
Value String型 ラベルの値
ShowDestination ハイパーリンク先へ
ShowSource ハイパーリンクソースへ

コレクションのプロパティ Hyperlinks

Ver. プロパティ名 R/O 説明
Count Long型 オブジェクト数
Item(Index) Object 既定値、省略可。IndexまたはName(なければLabel)で指定されたオブジェクトを返す

コレクションのメソッド Hyperlinks

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Add Hyperlink 新しいオブジェクトを作成し、それを返す
HyperlinkSource HyperlinkPageItemSource, HyperlinkTextSource ハイパーリンクソース
[HyperlinkDestination] HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination ハイパーリンク先
Add Hyperlink 新しいオブジェクトを作成し、それを返す
HyperlinkSource HyperlinkPageItemSource, HyperlinkTextSource ハイパーリンクソース
[HyperlinkDestination] Array( String型, Long型, Boolean型 ), HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination ハイパーリンク先
Add Hyperlink 新しいオブジェクトを作成し、それを返す
HyperlinkSource HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSource ハイパーリンクソース
[HyperlinkDestination] Variant ハイパーリンク先
AnyItem Object 各オブジェクトを返す
FirstItem Object 最初のオブジェクトを返す
ItemByID Object IDで指定したオブジェクトを返す
Id Long型 オブジェクトのID
ItemByRange Objects 範囲で指定したオブジェクトを返す
From Object, Long型, String型 範囲の開始
To Object, Long型, String型 範囲の終了
LastItem Object 最後のオブジェクトを返す
MiddleItem Object middle objectを返す
NextItem Object 一つ後のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト
PreviousItem Object 一つ前のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト