Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
activeLayer | |
Layer
| アクティブなレイヤー |
  
   |
activePage | |
Page
| 表示されているページ |
  
   |
activeSpread | |
Spread
| 表示されているスプレッド |
  
   |
activeSpread | |
Spread, MasterSpread
| 表示されているスプレッド |
  
   |
bounds | |
[top, left, bottom, right]
| ウィンドウの表示サイズ。top,left,bottom,rightは数値型、単位はpixel |
  
   |
index | ○ |
数値型
| インデックス |
  
   |
isValid | ○ |
ブール型
| |
  
   |
name | ○ |
文字列型
| オブジェクトの名前 |
  
   |
overprintPreview | |
ブール型
| オーバープリントプレビュー |
  
   |
preserveColorNumbers | |
ブール型
| If true, leaves color values unchanged for CMYK objects without embedded profiles and native objects such as line art, type. |
  
   |
proofingProfile | |
文字列型
| The profile used for proofing colors. |
  
   |
proofingType | |
ProofingType
ProofingType |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
CUSTOM | 1131639917 | Allows creation of a custom proofing setup for a specific output condition. |
  
   |
DOCUMENT_CMYK | 1347708003 | Creates a soft proof of colors using the document's CMYK profile. |
  
   |
PROOF_OFF | 1347710822 | Turns off soft proof display. |
  
   |
WORKING_CMYK | 1347712867 | Creates a soft proof of colors using the current CMYK working space. |
| The method of proofing colors. |
  
   |
screenMode | |
ScreenModeOptions
ScreenModeOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
PRESENTATION_PREVIEW | 1936552046 | プレゼンテーション |
  
   |
PREVIEW_OFF | 1936552047 | 標準 |
  
   |
PREVIEW_TO_BLEED | 1936552034 | 裁ち落としモード |
  
   |
PREVIEW_TO_PAGE | 1936552048 | プレビュー |
  
   |
PREVIEW_TO_SLUG | 1936552051 | 印刷可能領域モード |
| スクリーンモード |
  
   |
selection | |
Object, Array( Objects ), NothingEnum.NOTHING(1851876449)
| 選択状態のオブジェクト |
  
   |
selection | |
Array( Object )
| 選択状態のオブジェクト |
  
   |
simulateInkBlack | |
ブール型
| If true, simulates the dark gray produced by many printers in place of solid black, according to the proofing profile. Note: Valid only when proofing type is custom. |
  
   |
simulatePaperWhite | |
ブール型
| If true, simulates the dingy white of real paper, according to the proofing profile. Note: Valid only when proofing type is custom. |
  
   |
transformReferencePoint | |
AnchorPoint, [x, y]
AnchorPoint |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
BOTTOM_CENTER_ANCHOR | 1095656035 | 下辺の中央 |
  
   |
BOTTOM_LEFT_ANCHOR | 1095656044 | 左下角 |
  
   |
BOTTOM_RIGHT_ANCHOR | 1095656050 | 右下角 |
  
   |
CENTER_ANCHOR | 1095656308 | 中心 |
  
   |
LEFT_CENTER_ANCHOR | 1095658595 | 左辺の中央 |
  
   |
RIGHT_CENTER_ANCHOR | 1095660131 | 右辺の中央 |
  
   |
TOP_CENTER_ANCHOR | 1095660643 | 上辺の中央 |
  
   |
TOP_LEFT_ANCHOR | 1095660652 | 左上角 |
  
   |
TOP_RIGHT_ANCHOR | 1095660658 | 右上角 |
| オブジェクトの変形のデフォルトの座標。x,yは数値型または文字列型 |
  
   |
viewDisplaySetting | |
ViewDisplaySettings
ViewDisplaySettings |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
HIGH_QUALITY | 1346922866 | 高品質 |
  
   |
OPTIMIZED | 1349480564 | 高速 |
  
   |
TYPICAL | 1349810544 | 標準 |
| The display performance preferences override for the view. |
  
   |
zoomPercentage | |
数値型
| ズーム値 (5 - 4000 %) |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
bringToFront() | なし | 最前面へ |
  
   |
close() | なし | 閉じる |
  
   |
getElements() | LayoutWindow | |
  
   |
maximize() | なし | ウィンドウの最大化 |
  
   |
minimize() | なし | ウィンドウの最小化 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
restore() | なし | 元のサイズに戻す |
  
   |
select(selectableItems, [existingSelection]) | なし | 選択する |
| selectableItems |
Object, Array( Object ), NothingEnum.NOTHING(1851876449)
| | 選択するオブジェクト |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
select(selectableItems, [existingSelection]) | なし | 選択する |
| selectableItems |
Object, Array( Object ), NothingEnum.NOTHING(1851876449), SelectAll.ALL(1634495520)
| | 選択するオブジェクト |
| [existingSelection] |
SelectionOptions(既定値=SelectionOptions.REPLACE_WITH)
SelectionOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ADD_TO | 1633969202 | 追加選択する |
  
   |
REMOVE_FROM | 1919249734 | 選択から削除する |
  
   |
REPLACE | 1701998700 | 置き換える |
  
   |
REPLACE_WITH | 1919250519 | 置き換える |
| | 既に選択されているものがあった場合 |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |
  
   |
zoom(given) | なし | 表示の拡大縮小 |
| given |
ZoomOptions
ZoomOptions |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
ACTUAL_SIZE | 2053206906 | 100% 表示 |
  
   |
FIT_PAGE | 2053534832 | ページ全体 |
  
   |
FIT_SPREAD | 2053534835 | スプレッド全体 |
  
   |
SHOW_PASTEBOARD | 2054385762 | ペーストボード全体 |
  
   |
ZOOM_IN | 2053990766 | ズームイン |
  
   |
ZOOM_OUT | 2054124916 | ズームアウト |
| | The display size. |
プロパティ名 | 値(文字列) | 追記 |
AFTER_ACTIVATE | afterActivate | This event bubbles. This event is not cancelable. |
AFTER_ATTRIBUTE_CHANGED | afterAttributeChanged | This event bubbles. This event is not cancelable. |
AFTER_CLOSE | afterClose | Since the close has been committed, it can no longer be canceled. This event bubbles. This event is not cancelable. |
AFTER_OPEN | afterOpen | This event bubbles. This event is not cancelable. |
AFTER_SELECTION_ATTRIBUTE_CHANGED | afterSelectionAttributeChanged | This event bubbles. This event is not cancelable. |
AFTER_SELECTION_CHANGED | afterSelectionChanged | This event bubbles. This event is not cancelable. |
BEFORE_CLOSE | beforeClose | This event bubbles. This event is cancelable. |
BEFORE_DEACTIVATE | beforeDeactivate | This event bubbles. This event is not cancelable. |