EndnoteRange(後注テキスト)のコレクション
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| length | ○ | 数値 | オブジェクト数 |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| anyItem() | EndnoteRange | どれかのオブジェクトを返す | |||
| count() | 数値 | 要素数を返す | |||
| everyItem() | EndnoteRange (Array) | 全てのオブジェクトを返す | |||
| firstItem() | EndnoteRange | 最初のオブジェクトを返す | |||
| item(index) | EndnoteRange | インデックスまたは名前で指定したオブジェクトを返す | |||
| index | 数値, 文字列値 | インデックスまたは名前 | |||
| itemByID(id) | EndnoteRange | IDで指定したオブジェクトを返す | |||
| id | 数値 | ||||
| itemByName(name) | EndnoteRange | 名前で指定したオブジェクトを返す | |||
| name | 文字列値 | ||||
| itemByRange(from, to) | EndnoteRange (Array) | 範囲で指定したオブジェクトを返す | |||
| from | EndnoteRange, 数値, 文字列値 | 範囲の開始 | |||
| to | EndnoteRange, 数値, 文字列値 | 範囲の終了 | |||
| lastItem() | EndnoteRange | 最後のオブジェクトを返す | |||
| middleItem() | EndnoteRange | 真ん中のオブジェクトを返す | |||
| nextItem(obj) | EndnoteRange | 一つ後のオブジェクトを返す | |||
| obj | EndnoteRange | 位置の基準になるオブジェクト | |||
| previousItem(obj) | EndnoteRange | 一つ前のオブジェクトを返す | |||
| obj | EndnoteRange | 位置の基準になるオブジェクト | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
後注テキスト
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Text, InsertionPoint, TextStyleRange, Paragraph, TextColumn, Line, Word, Character, Story, XmlStory | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| endnoteRangeContent | 文字列値, SpecialCharacters, NothingEnum.NOTHING(1851876449/nada), Array( 文字列値, SpecialCharacters, NothingEnum.NOTHING(1851876449/nada) ) | EndnoteRange Contents, It will skip the endnote number while setting/replacing the content into endnote range. Can return: String, SpecialCharacters enumerator or Array of Strings or SpecialCharacters enumerators. Can also accept: NothingEnum enumerator or Array of Strings, SpecialCharacters enumerators or NothingEnum enumerators. | ||
| endnoteRangeEndIndex | ○ | 数値 | Ending Index of the endnote range object. | |
| endnoteRangeStartIndex | ○ | 数値 | Starting Index of the endnote range object. | |
| id | ○ | 数値 | オブジェクトのID | |
| index | ○ | 数値 | インデックス | |
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| label | 文字列値 | スクリプトラベル | ||
| name | 文字列値 | オブジェクトの名前 | ||
| properties | Object | |||
| sourceEndnote | Endnote | The endnote reference corresponding to the endnote text range. |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| deleteEndnoteRange() | なし | Deletes the endnote range and the associated endnote anchor. | |||
| extractLabel(key) | 文字列値 | キーに関連づけられた値を取得 | |||
| key | 文字列値 | キー | |||
| getElements() | Array( EndnoteRange ) | オブジェクト参照を返す | |||
| insertLabel(key, value) | なし | キーに関連づけられた値を設定 | |||
| key | 文字列値 | キー | |||
| value | 文字列値 | 値 | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||