DocumentPreference

ドキュメント設定

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

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application, Document
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
allowPageShuffle 真偽値ドキュメントページの移動を許可
[12][13][14][15]
[16][17][18][19]
columnDirection HorizontalOrVertical
HorizontalOrVertical
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
HORIZONTAL1752134266
horz
横組み(横)
[12][13][14][15]
[16][17][18][19]
VERTICAL1986359924
vert
縦組み(縦)
組み方向
[12][13][14][15]
[16][17][18][19]
columnGuideColor [ r, g, b ], UIColorsガイドのカラー 段数
[12][13][14][15]
[16][17][18][19]
columnGuideLocked 真偽値表示-グリッドとガイド-段組ガイドをロック
[12][13][14][15]
[16][17][18][19]
createPrimaryTextFrame 真偽値プライマリテキストフレーム
[12][13][14][15]
[16][17][18][19]
documentBleedBottomOffset 長さ値裁ち落とし(下)
[12][13][14][15]
[16][17][18][19]
documentBleedInsideOrLeftOffset 長さ値裁ち落とし(左)
[12][13][14][15]
[16][17][18][19]
documentBleedOutsideOrRightOffset 長さ値裁ち落とし(右)
[12][13][14][15]
[16][17][18][19]
documentBleedTopOffset 長さ値裁ち落とし(上)
[12][13][14][15]
[16][17][18][19]
documentBleedUniformSize 真偽値裁ち落としを同一値にするか
[12][13][14][15]
[16][17][18][19]
documentSlugUniformSize 真偽値印刷可能領域を同一値にするか
[12][13][14][15]
[16][17][18][19]
facingPages 真偽値trueなら見開き、falseなら単ページ
[12][13][14][15]
[16][17][18][19]
intent DocumentIntentOptions
DocumentIntentOptions
Ver.10進数/文字列説明

DPS_INTENT1768846436
intd
Intended purpose of document is for digital publishing.
[12][13][14][15]
[16][17][18][19]
MOBILE_INTENT1768846445
intm
Intended purpose of document is for publishing to mobiles.
[12][13][14][15]
[16][17][18][19]
PRINT_INTENT1768846448
intp
Intended purpose of document is for print output.
[12][13][14][15]
[16][17][18][19]
WEB_INTENT1768846455
intw
Intended purpose of document is for web output.
ドキュメントプロファイル
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
marginGuideColor [ r, g, b ], UIColorsマージンガイドの色
[12][13][14][15]
[16][17][18][19]
overprintBlack 真偽値黒のオーバープリント
[12][13][14][15]
[16][17][18][19]
pageBinding PageBindingOptions
PageBindingOptions
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
DEFAULT_VALUE1147563124
Dflt
デフォルトを使用
[12][13][14][15]
[16][17][18][19]
LEFT_TO_RIGHT1819570786
ltrb
左綴じ
[12][13][14][15]
[16][17][18][19]
RIGHT_TO_LEFT1920232546
rtlb
右綴じ
綴じ
[12][13][14][15]
[16][17][18][19]
pageHeight 長さ値ページの高さ
[12][13][14][15]
[16][17][18][19]
pageOrientation PageOrientation
PageOrientation
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
LANDSCAPE2003395685
wide
横長
[12][13][14][15]
[16][17][18][19]
PORTRAIT1751738216
high
縦長
ページの向き
[12][13][14][15]
[16][17][18][19]
pageSize 文字列値ページサイズ(文字列)
[12][13][14][15]
[16][17][18][19]
pagesPerDocument 数値ページ数 ( 1 - 9999 )
[12][13][14][15]
[16][17][18][19]
pageWidth 長さ値ページの幅
[12][13][14][15]
[16][17][18][19]
preserveLayoutWhenShuffling 真偽値If true, preserves the layout of spreads that contained more than two pages when allow page shuffle was turned on. If false, changes multi-page spreads to two-page spreads if the spreads were created or changed since allow page shuffle was turned on.
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
slugBottomOffset 長さ値印刷可能領域(下)
[12][13][14][15]
[16][17][18][19]
slugInsideOrLeftOffset 長さ値印刷可能領域(左)
[12][13][14][15]
[16][17][18][19]
slugRightOrOutsideOffset 長さ値印刷可能領域(右)
[12][13][14][15]
[16][17][18][19]
slugTopOffset 長さ値印刷可能領域(上)
[12][13][14][15]
[16][17][18][19]
snippetImportUsesOriginalLocation 真偽値環境設定-ファイル管理-スニペットの読み込み。trueで元の位置、falseでカーソル位置
[12][13][14][15]
[16][17][18][19]
startPageNumber 数値ページの開始番号 (1 - 999999 既定値=1)

メソッド

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