States

State(オブジェクトステート)のコレクション

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] length 数値オブジェクト数

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] add([withProperties]) State新しいオブジェクトを作成し、それを返す
[withProperties] Objectプロパティを設定
[18][19][20][21] anyItem() Stateどれかのオブジェクトを返す
[18][19][20][21] count() 数値要素数を返す
[18][19][20][21] everyItem() State (Array)全てのオブジェクトを返す
[18][19][20][21] firstItem() State最初のオブジェクトを返す
[18][19][20][21] item(index) Stateインデックスまたは名前で指定したオブジェクトを返す
index 数値, 文字列値インデックスまたは名前
[18][19][20][21] itemByID(id) StateIDで指定したオブジェクトを返す
id 数値
[18][19][20][21] itemByName(name) State名前で指定したオブジェクトを返す
name 文字列値
[18][19][20][21] itemByRange(from, to) State (Array)範囲で指定したオブジェクトを返す
from State, 数値, 文字列値範囲の開始
to State, 数値, 文字列値範囲の終了
[18][19][20][21] lastItem() State最後のオブジェクトを返す
[18][19][20][21] middleItem() State真ん中のオブジェクトを返す
[18][19][20][21] nextItem(obj) State一つ後のオブジェクトを返す
obj State位置の基準になるオブジェクト
[18][19][20][21] previousItem(obj) State一つ前のオブジェクトを返す
obj State位置の基準になるオブジェクト
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す

State

オブジェクトステート

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

Ver.プロパティR/O
[18][19][20][21] parent Button, MultiStateObject, CheckBox, RadioButton
[18][19][20][21] endnoteTextFrames EndnoteTextFrames
[18][19][20][21] epss EPSs
[18][19][20][21] epstexts EPSTexts
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events
[18][19][20][21] graphicLines GraphicLines
[18][19][20][21] graphics Graphics
[18][19][20][21] groups Groups
[18][19][20][21] images Images
[18][19][20][21] ovals Ovals
[18][19][20][21] pageItems PageItems
[18][19][20][21] pdfs PDFs
[18][19][20][21] picts PICTs
[18][19][20][21] polygons Polygons
[18][19][20][21] rectangles Rectangles
[18][19][20][21] splineItems SplineItems
[18][19][20][21] svgs SVGs
[18][19][20][21] textFrames TextFrames
[18][19][20][21] wmfs WMFs

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] active 真偽値If true, the state is active in the exported PDF.
[18][19][20][21] enabled 真偽値If true, the state is enabled in PDF documents.
[18][19][20][21] id 数値オブジェクトのID
[18][19][20][21] index 数値インデックス
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] name 文字列値オブジェクトの名前
[18][19][20][21] properties Object
[18][19][20][21] statetype StateTypes, 数値
StateTypes
Ver.プロパティ値/管理用文字説明
[18][19][20][21]DOWN1181971556
Fstd
The mouse pointer is clicked on the button's area.
[18][19][20][21]DOWN_OFF1181967462
Fsdf
Down off state.
[18][19][20][21]DOWN_ON1181967471
Fsdo
Down on state.
[18][19][20][21]ROLLOVER1181971574
Fstv
The mouse pointer moves into the button's area.
[18][19][20][21]ROLLOVER_OFF1181972070
Fsvf
Rollover off state.
[18][19][20][21]ROLLOVER_ON1181972079
Fsvo
Rollover on state.
[18][19][20][21]UP1181971566
Fstn
The default appearance, used when there is no user activity on the button's area.
[18][19][20][21]UP_OFF1181970022
Fsnf
Up off state.
[18][19][20][21]UP_ON1181970031
Fsno
Up on state.
For a button, the type of user action that dictates the object's appearance. For a MultiStateObject, which has no user actions associated with states, this property is a numeric value uniquely identifying the state.

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] addItemsToState(pageitems) なしステートにページアイテムを追加
pageitems Array( PageItem )ステートとして追加するページアイテム
[18][19][20][21] getElements() Array( State )オブジェクト参照を返す
[18][19][20][21] move(newPosition) なし移動
newPosition 数値
[18][19][20][21] releaseAsObject() なしステートをオブジェクトにリリース
[18][19][20][21] remove() なし削除
[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.