XMLPreference

XML preferences.

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

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

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
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.
[12][13][14][15]
[16][17][18][19]
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.
[12][13][14][15]
[16][17][18][19]
defaultImageTagColor [ r, g, b ], UIColorsThe color to give a new image tag. Note: Used only when the tag needs to be created.
[12][13][14][15]
[16][17][18][19]
defaultImageTagName 文字列値The default name for new image elements created automatically.
[12][13][14][15]
[16][17][18][19]
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.
[12][13][14][15]
[16][17][18][19]
defaultStoryTagName 文字列値The name of the default tag to use for new story elements. Note: Either specifies an existing tag or creates a new tag.
[12][13][14][15]
[16][17][18][19]
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.
[12][13][14][15]
[16][17][18][19]
defaultTableTagName 文字列値The name of the default tag to use for new table elements. Note: Either specifies an existing tag or creates a new tag.
[13][14][15]
[16][17][18][19]
deleteElementOnContentDeletion 真偽値The preference for deleting the element when deleting the associated content like a page item or a text fragment.
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
properties Object

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( XMLPreference )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.