PreflightBookOption

プリフライトブックオプション

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application, Book
[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]
preflightIncludeNonprintingObjects 真偽値If true, include objects that do not print when preflighting.
[12][13][14][15]
[16][17][18][19]
preflightIncludeObjectsOnPasteboard 真偽値If true, include objects on pasteboard when preflighting.
[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
作業用プロファイルを使用
The policy for preflighting applied when opening a document or book, whether to use embedded profile or the another profile when the preflight is turned on.
[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
表示中でプリント可能なレイヤー
Which layers to preflight.
[12][13][14][15]
[16][17][18][19]
preflightWorkingProfile PreflightProfile, 文字列値The working preflight profile.
[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( PreflightBookOption )オブジェクト参照を返す
[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.