FindChangeTextOption

検索置換テキストの設定

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application
[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]
caseSensitive 真偽値大文字と小文字を区別
[12][13][14][15]
[16][17][18][19]
ignoreDiacritics 真偽値If true, ignore diacs in the find/change query.
[12][13][14][15]
[16][17][18][19]
ignoreKashidas 真偽値If true, ignore kashidas in the find/change query.
[12][13][14][15]
[16][17][18][19]
includeFootnotes 真偽値脚注を含める
[12][13][14][15]
[16][17][18][19]
includeHiddenLayers 真偽値非表示のレイヤーを含める
[12][13][14][15]
[16][17][18][19]
includeLockedLayersForFind 真偽値ロックされたレイヤーを含める(検索のみ)
[12][13][14][15]
[16][17][18][19]
includeLockedStoriesForFind 真偽値ロックされたストーリーを含める(検索のみ)
[12][13][14][15]
[16][17][18][19]
includeMasterPages 真偽値マスターページ(親ページ)を含める
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
kanaSensitive 真偽値If true, finds only text that matches the specified kana type.
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
searchBackwards 真偽値trueで逆順
[12][13][14][15]
[16][17][18][19]
wholeWord 真偽値単語として検索
[12][13][14][15]
[16][17][18][19]
widthSensitive 真偽値全角・半角を区別

メソッド

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( FindChangeTextOption )オブジェクト参照を返す
[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.