States

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

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
length 数値オブジェクト数

メソッド

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

State

オブジェクトステート

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

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

プロパティ

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