PreflightBookOption

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

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

Ver.プロパティR/O
[18][19][20][21] parent Application, Book
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] preflightIncludeNonprintingObjects 真偽値If true, include objects that do not print when preflighting.
[18][19][20][21] preflightIncludeObjectsOnPasteboard 真偽値If true, include objects on pasteboard when preflighting.
[18][19][20][21] preflightProfilePolicy PreflightProfileOptions
PreflightProfileOptions
Ver.プロパティ値/管理用文字説明
[18][19][20][21]USE_EMBEDDED_PROFILE1885619533
pdEM
埋め込みプロファイルを使用
[18][19][20][21]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.
[18][19][20][21] preflightScope PreflightScopeOptions, 文字列値
PreflightScopeOptions
Ver.プロパティ値/管理用文字説明
[18][19][20][21]PREFLIGHT_ALL_DOCUMENTS1885552964
pcAD
ブック全体
[18][19][20][21]PREFLIGHT_ALL_PAGES1885552976
pcAP
Include all pages in the preflight.
[18][19][20][21]PREFLIGHT_SELECTED_DOCUMENTS1885557572
pcSD
選択したドキュメントのみ
文字列値は"5-10"や"5,9,12"など
[18][19][20][21] preflightWhichLayers PreflightLayerOptions
PreflightLayerOptions
Ver.プロパティ値/管理用文字説明
[18][19][20][21]PREFLIGHT_ALL_LAYERS1886142796
plAL
すべてのレイヤー
[18][19][20][21]PREFLIGHT_VISIBLE_LAYERS1886148172
plVL
表示中のレイヤー
[18][19][20][21]PREFLIGHT_VISIBLE_PRINTABLE_LAYERS1886148176
plVP
表示中でプリント可能なレイヤー
Which layers to preflight.
[18][19][20][21] preflightWorkingProfile PreflightProfile, 文字列値The working preflight profile.
[18][19][20][21] properties Object

メソッド

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