PreflightProcess(An active preflight process.)のコレクション
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| length | ○ | 数値 | オブジェクト数 |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| add(targetObject, appliedProfile, [preflightOptions], [withProperties]) | PreflightProcess | 新しいオブジェクトを追加 | |||
| targetObject | Document | ||||
| appliedProfile | PreflightProfile | ||||
| [preflightOptions] | PreflightOption | ||||
| [withProperties] | Object | プロパティを設定 | |||
| anyItem() | PreflightProcess | どれかのオブジェクトを返す | |||
| count() | 数値 | 要素数を返す | |||
| everyItem() | PreflightProcess (Array) | 全てのオブジェクトを返す | |||
| firstItem() | PreflightProcess | 最初のオブジェクトを返す | |||
| item(index) | PreflightProcess | インデックスまたは名前で指定したオブジェクトを返す | |||
| index | 数値, 文字列値 | インデックスまたは名前 | |||
| itemByRange(from, to) | PreflightProcess (Array) | 範囲で指定したオブジェクトを返す | |||
| from | PreflightProcess, 数値, 文字列値 | 範囲の開始 | |||
| to | PreflightProcess, 数値, 文字列値 | 範囲の終了 | |||
| lastItem() | PreflightProcess | 最後のオブジェクトを返す | |||
| middleItem() | PreflightProcess | 真ん中のオブジェクトを返す | |||
| nextItem(obj) | PreflightProcess | 一つ後のオブジェクトを返す | |||
| obj | PreflightProcess | 位置の基準になるオブジェクト | |||
| previousItem(obj) | PreflightProcess | 一つ前のオブジェクトを返す | |||
| obj | PreflightProcess | 位置の基準になるオブジェクト | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
An active preflight process.
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Application | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| aggregatedResults | ○ | [ ドキュメント名, プロファイル名, [ 階層:数値, エラー名(エラー数), ページ名, エラー情報, [ [ ラベル, 詳細 ], ... ], ... ] ] | プリフライト結果の詳細。「階層」はプリフライトパネルの表示階層で、すべて折りたたんだ状態で表示されているものが1。その下が2。エラー情報は[ ラベル, 詳細 ]の配列を「ラベル:詳細(改行)」の形でつないだもの。ラベルは「問題」「必須」「修復」など。 | |
| appliedProfile | ○ | PreflightProfile | プリフライトプロファイル | |
| description | ○ | 文字列値 | 実行状況。開始時は「State: Initializing」完了時は「State: Results complete」で始まる文字列 | |
| index | ○ | 数値 | インデックス | |
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| processInventory | ○ | 文字列値 | 走査情報か | |
| processResults | ○ | 文字列値 | プリフライト結果の概要。エラーがなければ「None」で始まる文字列、あれば「Errors Found (エラー数):」で始まる文字列 | |
| properties | Object | |||
| targetObject | ○ | Document | 対象のドキュメント |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| getElements() | Array( PreflightProcess ) | オブジェクト参照を返す | |||
| remove() | なし | 削除 | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| saveReport(to, [autoOpen]) | なし | レポートを保存 | |||
| to | ファイル | ファイル名 | |||
| [autoOpen] | 真偽値 | 実行後にレポートファイルを開くか (既定値=false) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||
| waitForProcess([waitTime]) | 真偽値 | Waits for the process to finish, up to an optional maximum amount of time. No other processes get cycles during this time. | |||
| [waitTime] | 数値 | 最大待ち時間(秒) | |||