Ver. | プロパティ名 | R/O | 値 | 説明 |
  
   |
active | |
ブール型
| If true, the state is active in the exported PDF. |
  
   |
enabled | |
ブール型
| If true, the state is enabled in PDF documents. |
  
   |
id | ○ |
数値型
| オブジェクトのID |
  
   |
index | ○ |
数値型
| インデックス |
  
   |
isValid | ○ |
ブール型
| |
  
   |
name | ○ |
文字列型
| オブジェクトの名前 |
  
   |
statetype | |
StateTypes
StateTypes |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
DOWN | 1181971556 | 以下(マウスボタンを押す) |
  
   |
ROLLOVER | 1181971574 | ロールオーバー |
  
   |
UP | 1181971566 | 上部(通常の状態) |
| The type of user action that dictates the button's appearance. |
  
   |
statetype | |
StateTypes, 数値型
StateTypes |
---|
Ver. | 値 | 10進数 | 説明 |
  
   |
DOWN | 1181971556 | 以下(マウスボタンを押す) |
  
   |
ROLLOVER | 1181971574 | ロールオーバー |
  
   |
UP | 1181971566 | 上部(通常の状態) |
| 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. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
   |
addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
addItemsToState(pageitems) | なし | ステートにページアイテムを追加 |
| pageitems |
PageItem
| | One or more page items to add to this state. |
  
   |
getElements() | State | |
  
   |
move(newPosition) | なし | 移動 |
| newPosition |
数値型
| | the index to move the state to in its parent collection |
  
   |
releaseAsObject() | なし | Releases this state's appearance as a page item, removing the state from its parent object. |
  
   |
remove() | なし | 削除 |
  
   |
removeEventListener(eventType, handler, [captures]) | ブール型 | EventListenerを削除 |
| eventType |
文字列型
| | |
| handler |
File型, JavaScript関数
| | |
| [captures] |
ブール型(既定値=false)
| | This parameter is obsolete. |
  
   |
toSource() | 文字列型 | |
  
   |
toSpecifier() | 文字列型 | |