Hyperlinks

Hyperlink(ハイパーリンク)のコレクション

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
length 数値オブジェクト数

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
add(hyperlinkSource, [hyperlinkDestination], [withProperties]) Hyperlink新しいオブジェクトを作成し、それを返す
hyperlinkSource HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSource
[hyperlinkDestination] [ fileName, volumn, directoryId, dataLinkClassId, destinationUid ], HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination, ParagraphDestination移動先 fileName:文字列値, volumn:文字列値, directoryId:数値, dataLinkClassId:数値, destinationUid:数値
[withProperties] Objectプロパティを設定
[7][7.5][8][9]
[10][11][12][13]
anyItem() Hyperlinkどれかのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
count() 数値要素数を返す
[7][7.5][8][9]
[10][11][12][13]
everyItem() Array( Hyperlink )全てのオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
firstItem() Hyperlink最初のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
item(index) Hyperlinkインデックスまたは名前で指定したオブジェクトを返す
index 数値, 文字列値インデックスまたは名前
[7][7.5][8][9]
[10][11][12][13]
itemByID(id) HyperlinkIDで指定したオブジェクトを返す
id 数値
[7][7.5][8][9]
[10][11][12][13]
itemByName(name) Hyperlink名前で指定したオブジェクトを返す
name 文字列値
[7][7.5][8][9]
[10][11][12][13]
itemByRange(from, to) Array( Hyperlink )範囲で指定したオブジェクトを返す
from Hyperlink, 数値, 文字列値範囲の開始
to Hyperlink, 数値, 文字列値範囲の終了
[7][7.5][8][9]
[10][11][12][13]
lastItem() Hyperlink最後のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
middleItem() Hyperlink真ん中のオブジェクトを返す
[7][7.5][8][9]
[10][11][12][13]
nextItem(obj) Hyperlink一つ後のオブジェクトを返す
obj Hyperlink位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
previousItem(obj) Hyperlink一つ前のオブジェクトを返す
obj Hyperlink位置の基準になるオブジェクト
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す

Hyperlink

ハイパーリンク

プロパティ(parentとその逆)

Ver.プロパティR/O
[7][7.5][8][9]
[10][11][12][13]
parent Document
[7][7.5][8][9]
[10][11][12][13]
eventListeners EventListeners
[7][7.5][8][9]
[10][11][12][13]
events Events

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
borderColor [ r, g, b ], UIColorsハイパーリンクの下線の色
[7][7.5][8][9]
[10][11][12][13]
borderStyle HyperlinkAppearanceStyle
HyperlinkAppearanceStyle
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
DASHED1684108136
dash
Uses a dashed stroke.
[7][7.5][8][9]
[10][11][12][13]
SOLID1936682084
sold
Uses a solid stroke.
ハイパーリンクの下線のスタイル
[7][7.5][8][9]
[10][11][12][13]
destination HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination, ParagraphDestinationリンク先
[7][7.5][8][9]
[10][11][12][13]
hidden 真偽値If true, the hyperlink is hidden.
[7][7.5][8][9]
[10][11][12][13]
highlight HyperlinkAppearanceHighlight
HyperlinkAppearanceHighlight
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
INSET1853056372
nset
Highlights the hyperlink border inset.
[7][7.5][8][9]
[10][11][12][13]
INVERT1853256308
nvrt
Highlights the hyperlink fill color.
[7][7.5][8][9]
[10][11][12][13]
NONE1852796517
none
Does not highlight the hyperlink.
[7][7.5][8][9]
[10][11][12][13]
OUTLINE1869900910
otln
Highlights the hyperlink border.
The hyperlink highlight style.
[7][7.5][8][9]
[10][11][12][13]
id 数値オブジェクトのID
[7][7.5][8][9]
[10][11][12][13]
index 数値インデックス
[7][7.5][8][9]
[10][11][12][13]
isValid 真偽値オブジェクトが有効かどうか
[7][7.5][8][9]
[10][11][12][13]
label 文字列値スクリプトラベル
[7][7.5][8][9]
[10][11][12][13]
name 文字列値オブジェクトの名前
[7][7.5][8][9]
[10][11][12][13]
properties Object
[7][7.5][8][9]
[10][11][12][13]
source HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSourceThe hyperlinked text or page item.
[7][7.5][8][9]
[10][11][12][13]
visible 真偽値表示するかどうか
[7][7.5][8][9]
[10][11][12][13]
width HyperlinkAppearanceWidth
HyperlinkAppearanceWidth
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
MEDIUM1701727588
enMd
Uses a medium border.
[7][7.5][8][9]
[10][11][12][13]
THICK1952999787
thik
Uses a thick border.
[7][7.5][8][9]
[10][11][12][13]
THIN1952999790
thin
Uses a thin border.
The stroke weight of the hyperlink border.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
extractLabel(key) 文字列値キーに関連づけられた値を取得
key 文字列値キー
[7][7.5][8][9]
[10][11][12][13]
getElements() Array( Hyperlink )オブジェクト参照を返す
[7][7.5][8][9]
[10][11][12][13]
insertLabel(key, value) なしキーに関連づけられた値を設定
key 文字列値キー
value 文字列値
[7][7.5][8][9]
[10][11][12][13]
remove() なし削除
[7][7.5][8][9]
[10][11][12][13]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
showDestination() なしハイパーリンク先へ
[7][7.5][8][9]
[10][11][12][13]
showSource() なしハイパーリンクソースへ
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す
[7][7.5][8][9]
[10][11][12][13]
toSpecifier() 文字列値Retrieves the object specifier.