スマートガイドオプション
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Application | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| alignToObjectCenter | 真偽値 | オブジェクトの中心に揃える | ||
| alignToObjectEdges | 真偽値 | オブジェクトのエッジに揃える | ||
| enabled | 真偽値 | If true, smart guides are enabled. | ||
| guideColor | [ r, g, b ], UIColors | スマートガイドのカラー | ||
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| properties | Object | |||
| smartDimensions | 真偽値 | If true, smart dimensions guides are enabled. | ||
| smartSpacing | 真偽値 | If true, smart spacing guides are enabled. |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| getElements() | Array( SmartGuidePreference ) | オブジェクト参照を返す | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||