XMLPreference

XML preferences.

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

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

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] defaultCellTagColor [ r, g, b ], UIColorsThe color of the default cell tag. Note: Valid only when default cell tag name value creates a new tag. Does not update the color of an existing tag.
[18][19][20][21] defaultCellTagName 文字列値The name of the default tag to use for new table cell elements. Note: Either specifies an existing tag or creates a new tag.
[18][19][20][21] defaultImageTagColor [ r, g, b ], UIColorsThe color to give a new image tag. Note: Used only when the tag needs to be created.
[18][19][20][21] defaultImageTagName 文字列値The default name for new image elements created automatically.
[18][19][20][21] defaultStoryTagColor [ r, g, b ], UIColorsThe color of the default story tag. Notes: Valid only when default story tag name value creates a new tag. Does not update the color of an existing tag.
[18][19][20][21] defaultStoryTagName 文字列値The name of the default tag to use for new story elements. Note: Either specifies an existing tag or creates a new tag.
[18][19][20][21] defaultTableTagColor [ r, g, b ], UIColorsThe color of the default table tag. Notes: Valid only when default table tag name value creates a new tag. Does not update the color of an existing tag.
[18][19][20][21] defaultTableTagName 文字列値The name of the default tag to use for new table elements. Note: Either specifies an existing tag or creates a new tag.
[18][19][20][21] deleteElementOnContentDeletion 真偽値The preference for deleting the element when deleting the associated content like a page item or a text fragment.
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[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( XMLPreference )オブジェクト参照を返す
[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.