Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
borderColor | |
[r, g, b], UIColors
| The hyperlink border color. |
  
   |
borderStyle | |
HyperlinkAppearanceStyle
HyperlinkAppearanceStyle |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
DASHED | 1684108136 | Uses a dashed stroke. |
  
   |
SOLID | 1936682084 | Uses a solid stroke. |
| The hyperlink border style. |
  
   |
destination | |
HyperlinkTextDestination, ParagraphDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination
| リンク先 |
  
   |
hidden | ○ |
ブール型
| If true, the hyperlink is hidden. |
  
   |
highlight | |
HyperlinkAppearanceHighlight
HyperlinkAppearanceHighlight |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
INSET | 1853056372 | Highlights the hyperlink border inset. |
  
   |
INVERT | 1853256308 | Highlights the hyperlink fill color. |
  
   |
NONE | 1852796517 | Does not highlight the hyperlink. |
  
   |
OUTLINE | 1869900910 | Highlights the hyperlink border. |
| The hyperlink highlight style. |
  
   |
id | ○ |
数値型
| オブジェクトのID |
  
   |
index | ○ |
数値型
| インデックス |
  
   |
isValid | ○ |
ブール型
| |
  
   |
label | |
文字列型
| スクリプトラベル |
  
   |
name | |
文字列型
| オブジェクトの名前 |
  
   |
source | |
HyperlinkPageItemSource, HyperlinkTextSource
| The hyperlinked text, page item. |
  
   |
visible | |
ブール型
| 表示するかどうか |
  
   |
width | |
HyperlinkAppearanceWidth
HyperlinkAppearanceWidth |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
MEDIUM | 1701727588 | Uses a medium border. |
  
   |
THICK | 1952999787 | Uses a thick border. |
  
   |
THIN | 1952999790 | Uses a thin border. |
| The feather width. ( 0 - 1000 pt) |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
add(hyperlinkSource, [hyperlinkDestination], [withProperties]) | Hyperlink | 新しいオブジェクトを作成し、それを返す |
| hyperlinkSource |
HyperlinkPageItemSource, HyperlinkTextSource, CrossReferenceSource
| | The hyperlinked object. |
| [hyperlinkDestination] |
[fileName, volumn, directoryId, dataLinkClassId, destinationUid, HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination, ParagraphDestination]
| | ハイパーリンク先。fileName:文字列型, volumn:文字列型, directoryId:数値型, dataLinkClassId:数値型, destinationUid:数値型 |
| [withProperties] |
Object
| | プロパティの初期値を設定 |
  
   |
anyItem() | Hyperlink | |
  
   |
count() | 数値型 | 要素数を返す |
  
   |
everyItem() | Hyperlink | |
  
   |
firstItem() | Hyperlink | 最初のオブジェクトを返す |
  
   |
item(index) | Hyperlink | インデックスまたは名前で指定したオブジェクトを返す |
| index |
数値型, 文字列型
| | 番号もしくは名前 |
  
   |
itemByID(id) | Hyperlink | IDで指定したオブジェクトを返す |
| id |
数値型
| | オブジェクトのID |
  
   |
itemByName(name) | Hyperlink | 名前で指定したオブジェクトを返す |
| name |
文字列型
| | 名前 |
  
   |
itemByRange(from, to) | Hyperlink | 範囲で指定したオブジェクトを返す |
| from |
Hyperlink, 数値型, 文字列型
| | 範囲の開始 |
| to |
Hyperlink, 数値型, 文字列型
| | 範囲の終了 |
  
   |
lastItem() | Hyperlink | 最後のオブジェクトを返す |
  
   |
middleItem() | Hyperlink | |
  
   |
nextItem(obj) | Hyperlink | 一つ後のオブジェクトを返す |
| obj |
Hyperlink
| | 位置の基準になるオブジェクト |
  
   |
previousItem(obj) | Hyperlink | 一つ前のオブジェクトを返す |
| obj |
Hyperlink
| | 位置の基準になるオブジェクト |
  
   |
toSource() | 文字列型 | |