PreflightOption

プリフライトオプション

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application, Document
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

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

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( PreflightOption )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.