ImportExportEvent

入出力イベント

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

Ver.プロパティR/O
[18][19][20][21] parent Application, Document

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] bubbles 真偽値If true, the event supports the bubbling phase of propagation.
[18][19][20][21] cancelable 真偽値キャンセルできるか
[18][19][20][21] currentTarget Object
[18][19][20][21] defaultPrevented 真偽値If true, the default behavior of the event on its target has been canceled.
[18][19][20][21] eventPhase EventPhases
EventPhases
Ver.プロパティ値/管理用文字説明
[18][19][20][21]AT_TARGET1701724500
enAT
The at-target phase of propagation.
[18][19][20][21]BUBBLING_PHASE1701724789
enBu
The bubbling phase of propagation.
[18][19][20][21]DONE1701725252
enDD
The propagation is complete.
[18][19][20][21]NOT_DISPATCHING1701727812
enND
Not yet propagating.
The current propagation phase of the event.
[18][19][20][21] eventType 文字列値The name of the event.
[18][19][20][21] format 文字列値The import/export file format.
[18][19][20][21] fullName ファイルThe full path to the ImportExportEvent, including the name of the ImportExportEvent.
[18][19][20][21] id 数値オブジェクトのID
[18][19][20][21] index 数値インデックス
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] propagationStopped 真偽値If true, propagation of the event beyond the current target has been stopped.
[18][19][20][21] properties Object
[18][19][20][21] target Object
[18][19][20][21] timeStamp 日時値The time the event was initialized.
[18][19][20][21] userInteractionLevel UserInteractionLevels
UserInteractionLevels
Ver.プロパティ値/管理用文字説明
[18][19][20][21]INTERACT_WITH_ALERTS1699311170
eInB
警告のダイアログのみ表示
[18][19][20][21]INTERACT_WITH_ALL1699311169
eInA
全てのダイアログを表示
[18][19][20][21]NEVER_INTERACT1699640946
eNvr
全てのダイアログを表示しない
ダイアログの表示

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] getElements() Array( ImportExportEvent )オブジェクト参照を返す
[18][19][20][21] preventDefault() なしCancels the default behavior of the event on its target.
[18][19][20][21] stopPropagation() なしStops propagation of the event beyond the current target.
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す
[18][19][20][21] toSpecifier() 文字列値Retrieves the object specifier.

クラス

プロパティ名値(文字列)説明
AFTER_EXPORTafterExportDispatched after a ImportExportEvent is exported. This event bubbles. This event is not cancelable.
AFTER_IMPORTafterImportDispatched after importing a file into a ImportExportEvent. This event bubbles. This event is not cancelable.
BEFORE_EXPORTbeforeExportDispatched before a ImportExportEvent is exported. This event bubbles. This event is cancelable.
BEFORE_IMPORTbeforeImportDispatched before importing a file into a ImportExportEvent. This event bubbles. This event is cancelable.
FAILED_EXPORTfailedExportDispatched after a ImportExportEvent export is canceled or fails. This event bubbles. This event is not cancelable.