Ink(インキ)のコレクション
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| length | ○ | 数値 | オブジェクト数 |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| anyItem() | Ink | どれかのオブジェクトを返す | |||
| count() | 数値 | 要素数を返す | |||
| everyItem() | Ink (Array) | 全てのオブジェクトを返す | |||
| firstItem() | Ink | 最初のオブジェクトを返す | |||
| item(index) | Ink | インデックスまたは名前で指定したオブジェクトを返す | |||
| index | 数値, 文字列値 | インデックスまたは名前 | |||
| itemByID(id) | Ink | IDで指定したオブジェクトを返す | |||
| id | 数値 | ||||
| itemByName(name) | Ink | 名前で指定したオブジェクトを返す | |||
| name | 文字列値 | ||||
| itemByRange(from, to) | Ink (Array) | 範囲で指定したオブジェクトを返す | |||
| from | Ink, 数値, 文字列値 | 範囲の開始 | |||
| to | Ink, 数値, 文字列値 | 範囲の終了 | |||
| lastItem() | Ink | 最後のオブジェクトを返す | |||
| middleItem() | Ink | 真ん中のオブジェクトを返す | |||
| nextItem(obj) | Ink | 一つ後のオブジェクトを返す | |||
| obj | Ink | 位置の基準になるオブジェクト | |||
| previousItem(obj) | Ink | 一つ前のオブジェクトを返す | |||
| obj | Ink | 位置の基準になるオブジェクト | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
インキ
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Application, Document | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aliasInkName | 文字列値 | インキエイリアス | ||||||||||||||||||||||||||
| angle | 数値 | 角度 (0 - 360) | ||||||||||||||||||||||||||
| convertToProcess | 真偽値 | すべての特色をプロセスカラーへ | ||||||||||||||||||||||||||
| frequency | 数値 | The frequency of the ink. (Range: 1 to 500) | ||||||||||||||||||||||||||
| id | ○ | 数値 | オブジェクトのID | |||||||||||||||||||||||||
| index | ○ | 数値 | インデックス | |||||||||||||||||||||||||
| inkType |
InkTypes
| 種類 | ||||||||||||||||||||||||||
| isProcessInk | ○ | 真偽値 | If true, the ink is a process ink. | |||||||||||||||||||||||||
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |||||||||||||||||||||||||
| label | 文字列値 | スクリプトラベル | ||||||||||||||||||||||||||
| name | ○ | 文字列値 | オブジェクトの名前 | |||||||||||||||||||||||||
| neutralDensity | 数値 | ND値 (0.001 - 10) | ||||||||||||||||||||||||||
| printInk | 真偽値 | If true, prints the ink. Only valid when printing separations. | ||||||||||||||||||||||||||
| properties | Object | |||||||||||||||||||||||||||
| solidity | ○ | 数値 | The solidity value of the ink. (Range: 0.0 to 1.0) | |||||||||||||||||||||||||
| trapOrder | 数値 | The place of the ink in the trapping sequence. | ||||||||||||||||||||||||||
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| extractLabel(key) | 文字列値 | キーに関連づけられた値を取得 | |||
| key | 文字列値 | キー | |||
| getElements() | Array( Ink ) | オブジェクト参照を返す | |||
| insertLabel(key, value) | なし | キーに関連づけられた値を設定 | |||
| key | 文字列値 | キー | |||
| value | 文字列値 | 値 | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||