Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
|
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 | | プロパティを設定 |
|
anyItem() |
Hyperlink | どれかのオブジェクトを返す |
|
count() |
数値 | 要素数を返す |
|
everyItem() |
Array( Hyperlink ) | 全てのオブジェクトを返す |
|
firstItem() |
Hyperlink | 最初のオブジェクトを返す |
|
item(index) |
Hyperlink | インデックスまたは名前で指定したオブジェクトを返す |
| index |
数値, 文字列値 | | インデックスまたは名前 |
|
itemByID(id) |
Hyperlink | IDで指定したオブジェクトを返す |
| id |
数値 | | |
|
itemByName(name) |
Hyperlink | 名前で指定したオブジェクトを返す |
| name |
文字列値 | | |
|
itemByRange(from, to) |
Array( Hyperlink ) | 範囲で指定したオブジェクトを返す |
| from |
Hyperlink, 数値, 文字列値 | | 範囲の開始 |
| to |
Hyperlink, 数値, 文字列値 | | 範囲の終了 |
|
lastItem() |
Hyperlink | 最後のオブジェクトを返す |
|
middleItem() |
Hyperlink | 真ん中のオブジェクトを返す |
|
nextItem(obj) |
Hyperlink | 一つ後のオブジェクトを返す |
| obj |
Hyperlink | | 位置の基準になるオブジェクト |
|
previousItem(obj) |
Hyperlink | 一つ前のオブジェクトを返す |
| obj |
Hyperlink | | 位置の基準になるオブジェクト |
|
toSource() |
文字列値 | ソースコードを表す文字列を返す |
Ver. | プロパティ名 | R/O | 値 | 説明 |
|
borderColor | |
[ r, g, b ], UIColors | ハイパーリンクの下線の色 |
|
borderStyle | |
HyperlinkAppearanceStyle
HyperlinkAppearanceStyle |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| DASHED | 1684108136 dash | Uses a dashed stroke. |
| SOLID | 1936682084 sold | Uses a solid stroke. |
| ハイパーリンクの下線のスタイル |
|
destination | |
HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination, ParagraphDestination | リンク先 |
|
hidden | ○ |
真偽値 | If true, the hyperlink is hidden. |
|
highlight | |
HyperlinkAppearanceHighlight
HyperlinkAppearanceHighlight |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| INSET | 1853056372 nset | Highlights the hyperlink border inset. |
| INVERT | 1853256308 nvrt | Highlights the hyperlink fill color. |
| NONE | 1852796517 none | Does not highlight the hyperlink. |
| OUTLINE | 1869900910 otln | Highlights the hyperlink border. |
| The hyperlink highlight style. |
|
id | ○ |
数値 | オブジェクトのID |
|
index | ○ |
数値 | インデックス |
|
isValid | ○ |
真偽値 | オブジェクトが有効かどうか |
|
label | |
文字列値 | スクリプトラベル |
|
name | |
文字列値 | オブジェクトの名前 |
|
properties | |
Object | |
|
source | |
HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSource | The hyperlinked text or page item. |
|
visible | |
真偽値 | 表示するかどうか |
|
width | |
HyperlinkAppearanceWidth
HyperlinkAppearanceWidth |
---|
Ver. | 値 | 10進数/文字列 | 説明 |
| MEDIUM | 1701727588 enMd | Uses a medium border. |
| THICK | 1952999787 thik | Uses a thick border. |
| THIN | 1952999790 thin | Uses a thin border. |
| The stroke weight of the hyperlink border. |