PreflightProcess

プロパティ(オブジェクト)

Ver. プロパティ名 説明
Parent Application 親のオブジェクト

プロパティ

Ver. プロパティ名 R/O 説明
AggregatedResults Array( Document_Name, Profile_Name, Results ) The aggregated results found by the process. Document_NameはString型, Profile_NameはString型, Results=Array( ParentNodeID, ErrorName, PageNumber, ErrorInfo, ErrorDetail ), ParentNodeIDはLong型, ErrorNameはString型, PageNumberはString型, ErrorInfoはString型, ErrorDetail=Array( Label, Description_), LabelはString型, DescriptionはString型
AppliedProfile PreflightProfile The preflight profile the process is using.
Description String型 The description of the PreflightProcess.
Index Long型 The index of the PreflightProcess within its containing object.
ProcessInventory String型 A string containing a description of all elements visited by the process.
ProcessResults String型 The results found by the process as a large string.
TargetObject Document The target document the process is inspecting.

メソッド

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Delete オブジェクトを削除
SaveReport
To String型 保存ファイル名
[AutoOpen] Boolean型 実行後にレポートファイルを開くか
WaitForProcess Boolean型
[WaitTime] Double型 最大待ち時間(秒)If omitted, waits until completion no matter how long it takes.

コレクションのプロパティ PreflightProcesses

Ver. プロパティ名 R/O 説明
Count Long型 オブジェクト数
Item(Index) Object 既定値、省略可。IndexまたはName(なければLabel)で指定されたオブジェクトを返す

コレクションのメソッド PreflightProcesses

Ver. メソッド名/パラメータ 戻り値/パラメータの値 説明
Add PreflightProcess 新しいオブジェクトを作成し、それを返す
TargetObject Document
AppliedProfile PreflightProfile
[PreflightOptions] PreflightOption
AnyItem Object 各オブジェクトを返す
FirstItem Object 最初のオブジェクトを返す
ItemByRange Objects 範囲で指定したオブジェクトを返す
From Object, Long型, String型 範囲の開始
To Object, Long型, String型 範囲の終了
LastItem Object 最後のオブジェクトを返す
MiddleItem Object middle objectを返す
NextItem Object 一つ後のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト
PreviousItem Object 一つ前のオブジェクトを返す
Obj Object 位置の基準になるオブジェクト