PreflightOption

プリフライトオプション

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

Ver.プロパティR/O
[7][7.5][8][9]
[10][11][12][13]
parent Application, 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]
isValid 真偽値オブジェクトが有効かどうか
[7][7.5][8][9]
[10][11][12][13]
preflightEmbedWorkingProfile 真偽値作業用プロファイルを新規ドキュメントに埋め込み
[7][7.5][8][9]
[10][11][12][13]
preflightIncludeNonprintingObjects 真偽値印刷しないオブジェクト
[7][7.5][8][9]
[10][11][12][13]
preflightIncludeObjectsOnPasteboard 真偽値ペーストボード上のオブジェクト
[7][7.5][8][9]
[10][11][12][13]
preflightOff 真偽値trueでプリフライトオフ
[7][7.5][8][9]
[10][11][12][13]
preflightProfilePolicy PreflightProfileOptions
PreflightProfileOptions
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
USE_EMBEDDED_PROFILE1885619533
pdEM
埋め込みプロファイルを使用
[7][7.5][8][9]
[10][11][12][13]
USE_WORKING_PROFILE1885622342
pdPF
作業用プロファイルを使用
ドキュメントを開くとき
[7][7.5][8][9]
[10][11][12][13]
preflightScope PreflightScopeOptions, 文字列値
PreflightScopeOptions
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_ALL_DOCUMENTS1885552964
pcAD
ブック全体
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_ALL_PAGES1885552976
pcAP
Include all pages in the preflight.
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_SELECTED_DOCUMENTS1885557572
pcSD
選択したドキュメントのみ
(ブックのプリフライトのみ)スコープ。文字列値は"5-10"や"5,9,12"など
[7][7.5][8][9]
[10][11][12][13]
preflightWhichLayers PreflightLayerOptions
PreflightLayerOptions
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_ALL_LAYERS1886142796
plAL
すべてのレイヤー
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_VISIBLE_LAYERS1886148172
plVL
表示中のレイヤー
[7][7.5][8][9]
[10][11][12][13]
PREFLIGHT_VISIBLE_PRINTABLE_LAYERS1886148176
plVP
表示中でプリント可能なレイヤー
レイヤー
[7][7.5][8][9]
[10][11][12][13]
preflightWorkingProfile PreflightProfile, 文字列値作業用プロファイル
[7][7.5][8][9]
[10][11][12][13]
properties Object

メソッド

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]
getElements() Array( PreflightOption )オブジェクト参照を返す
[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]
toSource() 文字列値ソースコードを表す文字列を返す
[7][7.5][8][9]
[10][11][12][13]
toSpecifier() 文字列値Retrieves the object specifier.