環境設定-ペーストボード
| Ver. | プロパティ | R/O | 値 |
|---|---|---|---|
| parent | ○ | Application, Document | |
| eventListeners | ○ | EventListeners | |
| events | ○ | Events | |
| Ver. | プロパティ名 | R/O | 値 | 説明 |
|---|---|---|---|---|
| bleedGuideColor | [ r, g, b ], UIColors | 裁ち落としガイドの色 | ||
| isValid | ○ | 真偽値 | オブジェクトが有効かどうか | |
| matchPreviewBackgroundToThemeColor | 真偽値 | If true, match the Preview Background color to Theme Color, else use the color-value specified in Preview Background color drop down. | ||
| pasteboardMargins | [ 水平マージン幅, 垂直マージン幅 ] | マージン幅の最小値。水平方向でページ幅と同じ場合は-1 | ||
| previewBackgroundColor | [ r, g, b ], UIColors | 背景をプレビュー | ||
| properties | Object | |||
| slugGuideColor | [ r, g, b ], UIColors | 印刷可能領域のガイドのカラー |
| Ver. | メソッドの書式 | 戻り値 | メソッドの説明 | ||
|---|---|---|---|---|---|
| パラメータ | 値 | パラメータの説明 | |||
| addEventListener(eventType, handler, [captures]) | EventListener | EventListenerを作成 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| getElements() | Array( PasteboardPreference ) | オブジェクト参照を返す | |||
| removeEventListener(eventType, handler, [captures]) | 真偽値 | EventListenerを削除 | |||
| eventType | 文字列値 | ||||
| handler | ファイル, JavaScript関数 | ||||
| [captures] | 真偽値 | (廃止) | |||
| toSource() | 文字列値 | ソースコードを表す文字列を返す | |||
| toSpecifier() | 文字列値 | Retrieves the object specifier. | |||