Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
allowOverrides | |
ブール型
| オーバーライドされているか |
  
   |
fitToPage | |
ブール型
| If true, horizontal orientation guides stop at the edges of the specified page. If false, the guides extends across the width of the spread and into the pasteboard area. |
  
   |
guideColor | |
[r, g, b], UIColors
| |
  
   |
id | ○ |
数値型
| オブジェクトのID |
  
   |
index | ○ |
数値型
| インデックス |
  
   |
isValid | ○ |
ブール型
| |
  
   |
itemLayer | |
Layer
| オブジェクトのあるレイヤー |
  
   |
label | |
文字列型
| スクリプトラベル |
  
   |
location | |
長さ(数値または文字列)
| The location at which to place the guide relative to the current ruler zero point. |
  
   |
locked | |
ブール型
| ロックされているか |
  
   |
name | |
文字列型
| The name of the Guide; this is an alias to the Guide's label property. |
  
   |
orientation | |
HorizontalOrVertical
HorizontalOrVertical |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
HORIZONTAL | 1752134266 | 横組み(横) |
  
   |
VERTICAL | 1986359924 | 縦組み(縦) |
| The orientation of the guide. |
  
   |
overridden | ○ |
ブール型
| オーバーライドされているか |
  
   |
overriddenMasterPageItem | ○ |
PageItem, Guide, Graphic, Movie, Sound
| オーバーライド元のページアイテム |
  
   |
viewThreshold | |
数値型
| The guide's view threshold |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
detach() | なし | 選択部分をマスターから分離 |
  
   |
duplicate() | Guide | 複製。複製されたオブジェクトを返す |
  
   |
extractLabel(key) | 文字列型 | キーに関連づけられたラベルを取得 |
| key |
文字列型
| | キー |
  
   |
getElements() | Guide | |
  
   |
insertLabel(key, value) | なし | キーに関連づけられたラベルを設定 |
| key |
文字列型
| | キー |
| value |
文字列型
| | ラベルの値 |
  
   |
move([to], [by]) | なし | 移動。ToまたはByが必要 |
| [to] |
[x, y]
| | 移動先(相対値)。x, yは数値型または文字列型 |
| [by] |
[x, y]
| | 移動先(相対値)。x, yは数値型または文字列型 |
  
   |
override(destinationPage) | PageItem | マスターページアイテムの上書き(オーバーライド) |
| destinationPage |
Page
| | オーバーライド先のページ |
  
   |
override(destinationPage) | varies=any | マスターページアイテムの上書き(オーバーライド) |
| destinationPage |
Page
| | オーバーライド先のページ |
  
   |
remove() | なし | 削除 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
removeOverride() | なし | オーバーライドを削除 |
  
   |
select([existingSelection]) | なし | 選択状態にする |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
select([existingSelection]) | なし | 選択状態にする |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE_WITH)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |