PasteboardPreference

環境設定-ペーストボード

プロパティ(parentとその逆)

Ver.プロパティR/O
[18][19][20][21] parent Application, Document
[18][19][20][21] eventListeners EventListeners
[18][19][20][21] events Events

プロパティ

Ver.プロパティ名R/O説明
[18][19][20][21] bleedGuideColor [ r, g, b ], UIColors裁ち落としガイドの色
[18][19][20][21] isValid 真偽値オブジェクトが有効かどうか
[18][19][20][21] matchPreviewBackgroundToThemeColor 真偽値If true, match the Preview Background color to Theme Color, else use the color-value specified in Preview Background color drop down.
[18][19][20][21] pasteboardMargins [ 水平マージン幅, 垂直マージン幅 ]マージン幅の最小値。水平方向でページ幅と同じ場合は-1
[18][19][20][21] previewBackgroundColor [ r, g, b ], UIColors背景をプレビュー
[18][19][20][21] properties Object
[18][19][20][21] slugGuideColor [ r, g, b ], UIColors印刷可能領域のガイドのカラー

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[18][19][20][21] addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] getElements() Array( PasteboardPreference )オブジェクト参照を返す
[18][19][20][21] removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[18][19][20][21] toSource() 文字列値ソースコードを表す文字列を返す
[18][19][20][21] toSpecifier() 文字列値Retrieves the object specifier.