Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
addApplication(applicationPath, selectedFor ReflowableEpub, selectedFor FixedLayoutEpub, [withProperties]) |
なし | Add a new preview application preference |
| applicationPath |
文字列値 | | アプリケーションパス |
| selectedFor ReflowableEpub |
真偽値 | | リフロー型レイアウト |
| selectedFor FixedLayoutEpub |
真偽値 | | 固定レイアウト |
| [withProperties] |
Object | | プロパティの初期値を設定 |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
addEventListener(eventType, handler, [captures]) |
EventListener | EventListenerを作成 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | このパラメータは旧式です |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
getApplicationAtIndex(indexOfApp, [withProperties]) |
varies=any | Get the application at index. |
| indexOfApp |
真偽値 | | The index of the application to get information for. |
| [withProperties] |
Object | | プロパティの初期値を設定 |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
getApplicationCount() |
数値 | Number of applications added for ePub Preview. |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
getElements() |
Array( EPubExportPreviewAppPreference ) | Resolves the object specifier, creating an array of object references. |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
removeApplication(indexOfApp, [withProperties]) |
なし | Remove an application at specified index. |
| indexOfApp |
数値 | | The index of the application to be removed. |
| [withProperties] |
Object | | プロパティの初期値を設定 |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
removeEventListener(eventType, handler, [captures]) |
真偽値 | EventListenerを削除 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | このパラメータは旧式です |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
toSource() |
文字列値 | ソースコードを表示 |
  
 ![[10]](10e.gif) ![[11]](11e.gif) |
toSpecifier() |
文字列値 | Retrieves the object specifier. |