DocumentEvent

ドキュメントイベント

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application, Document

プロパティ

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

メソッド

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

クラス

プロパティ名値(文字列)説明
AFTER_CLOSEafterCloseDispatched after a Document is closed. This event bubbles. This event is not cancelable.
AFTER_NEWafterNewDispatched after a Document is created. This event bubbles. This event is not cancelable.
AFTER_OPENafterOpenDispatched after a Document is opened. This event bubbles. This event is not cancelable.
AFTER_REVERTafterRevertDispatched after a Document is reverted. This event bubbles. This event is not cancelable.
AFTER_SAVEafterSaveDispatched after a Document is saved. This event bubbles. This event is not cancelable.
AFTER_SAVE_A_COPYafterSaveACopyDispatched after a copy of a Document is saved. This event bubbles. This event is not cancelable.
AFTER_SAVE_ASafterSaveAsDispatched after a Document is saved under a new name. This event bubbles. This event is not cancelable.
BEFORE_CLOSEbeforeCloseDispatched before a Document is closed. This event bubbles. This event is not cancelable.
BEFORE_NEWbeforeNewDispatched before a Document is created. This event bubbles. This event is cancelable.
BEFORE_OPENbeforeOpenDispatched before a Document is opened. This event bubbles. This event is cancelable.
BEFORE_REVERTbeforeRevertDispatched before a Document is reverted. This event bubbles. This event is cancelable.
BEFORE_SAVEbeforeSaveDispatched before a Document is saved. This event bubbles. This event is cancelable.
BEFORE_SAVE_A_COPYbeforeSaveACopyDispatched before a copy of a Document is saved. This event bubbles. This event is cancelable.
BEFORE_SAVE_ASbeforeSaveAsDispatched before a Document is saved under a new name. This event bubbles. This event is cancelable.