States

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

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
length 数値オブジェクト数

メソッド

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

State

オブジェクトステート

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

Ver.プロパティR/O
[7][7.5]
parent Button, MultiStateObject
[8][9]
[10][11][12][13]
parent Button, MultiStateObject, CheckBox, RadioButton

[13]
endnoteTextFrames EndnoteTextFrames
[7][7.5][8][9]
[10][11][12][13]
epss EPSs
[7][7.5][8][9]
[10][11][12][13]
epstexts EPSTexts
[7][7.5][8][9]
[10][11][12][13]
eventListeners EventListeners
[7][7.5][8][9]
[10][11][12][13]
events Events
[7][7.5][8][9]
[10][11][12][13]
graphicLines GraphicLines
[7][7.5][8][9]
[10][11][12][13]
graphics Graphics
[7][7.5][8][9]
[10][11][12][13]
groups Groups
[7][7.5][8][9]
[10][11][12][13]
images Images
[7][7.5][8][9]
[10][11][12][13]
ovals Ovals
[7][7.5][8][9]
[10][11][12][13]
pageItems PageItems
[7][7.5][8][9]
[10][11][12][13]
pdfs PDFs
[7][7.5][8][9]
[10][11][12][13]
picts PICTs
[7][7.5][8][9]
[10][11][12][13]
polygons Polygons
[7][7.5][8][9]
[10][11][12][13]
rectangles Rectangles
[7][7.5][8][9]
[10][11][12][13]
splineItems SplineItems
[7][7.5][8][9]
[10][11][12][13]
textFrames TextFrames
[7][7.5][8][9]
[10][11][12][13]
wmfs WMFs

プロパティ

Ver.プロパティ名R/O説明
[7][7.5][8][9]
[10][11][12][13]
active 真偽値If true, the state is active in the exported PDF.
[7][7.5][8][9]
[10][11][12][13]
enabled 真偽値If true, the state is enabled in PDF documents.
[7][7.5][8][9]
[10][11][12][13]
id 数値オブジェクトのID
[7][7.5][8][9]
[10][11][12][13]
index 数値インデックス
[7][7.5][8][9]
[10][11][12][13]
isValid 真偽値オブジェクトが有効かどうか
[7][7.5][8][9]
[10][11][12][13]
name 文字列値オブジェクトの名前
[7][7.5][8][9]
[10][11][12][13]
properties Object
[7][7.5][8][9]
[10][11][12][13]
statetype StateTypes, 数値
StateTypes
Ver.10進数/文字列説明
[7][7.5][8][9]
[10][11][12][13]
DOWN1181971556
Fstd
The mouse pointer is clicked on the button's area.
[8][9]
[10][11][12][13]
DOWN_OFF1181967462
Fsdf
Down off state.
[8][9]
[10][11][12][13]
DOWN_ON1181967471
Fsdo
Down on state.
[7][7.5][8][9]
[10][11][12][13]
ROLLOVER1181971574
Fstv
The mouse pointer moves into the button's area.
[8][9]
[10][11][12][13]
ROLLOVER_OFF1181972070
Fsvf
Rollover off state.
[8][9]
[10][11][12][13]
ROLLOVER_ON1181972079
Fsvo
Rollover on state.
[7][7.5][8][9]
[10][11][12][13]
UP1181971566
Fstn
The default appearance, used when there is no user activity on the button's area.
[8][9]
[10][11][12][13]
UP_OFF1181970022
Fsnf
Up off state.
[8][9]
[10][11][12][13]
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.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[7][7.5][8][9]
[10][11][12][13]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
addItemsToState(pageitems) なしステートにページアイテムを追加
pageitems Array( PageItem )ステートとして追加するページアイテム
[7][7.5][8][9]
[10][11][12][13]
getElements() Array( State )オブジェクト参照を返す
[7][7.5][8][9]
[10][11][12][13]
move(newPosition) なし移動
newPosition 数値
[7][7.5][8][9]
[10][11][12][13]
releaseAsObject() なしステートをオブジェクトにリリース
[7][7.5][8][9]
[10][11][12][13]
remove() なし削除
[7][7.5][8][9]
[10][11][12][13]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[7][7.5][8][9]
[10][11][12][13]
toSource() 文字列値ソースコードを表す文字列を返す
[7][7.5][8][9]
[10][11][12][13]
toSpecifier() 文字列値Retrieves the object specifier.