Translation:Document Preference

From IDMLWiki

Jump to: navigation, search

10.7.20 DocumentPreference

<DocumentPreference>エレメントには、様々なプリファレンスを含み、基本的なドキュメントのレイアウトを定義します。<DocumentPreference>エレメントのプロパティの一部または全部を省略しても、その分はInDesignがアプリケーションのデフォルト値を割り当てます。

スキーマの例90 DocumentPreference
  1. DocumentPreference_Object = element DocumentPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute PageHeight{  xsd:double }?,
  4.   attribute PageWidth{  xsd:double }?,
  5.   attribute PagesPerDocument{  xsd:int }?,
  6.   attribute FacingPages{  xsd:boolean }?,
  7.   attribute DocumentBleedTopOffset{  xsd:double }?,
  8.   attribute DocumentBleedBottomOffset{  xsd:double }?,
  9.   attribute DocumentBleedInsideOrLeftOffset{  xsd:double }?,
  10.   attribute DocumentBleedOutsideOrRightOffset{  xsd:double }?,
  11.   attribute DocumentBleedUniformSize{  xsd:boolean }?,
  12.   attribute SlugTopOffset{  xsd:double }?,
  13.   attribute SlugBottomOffset{  xsd:double }?,
  14.   attribute SlugInsideOrLeftOffset{  xsd:double }?,
  15.   attribute SlugRightOrOutsideOffset{  xsd:double }?,
  16.   attribute DocumentSlugUniformSize{  xsd:boolean }?,
  17.   attribute PreserveLayoutWhenShuffling{  xsd:boolean }?,
  18.   attribute AllowPageShuffle{  xsd:boolean }?,
  19.   attribute OverprintBlack{  xsd:boolean }?,
  20.   attribute PageBinding{  PageBindingOptions_EnumValue }?,
  21.   attribute ColumnDirection{  HorizontalOrVertical_EnumValue }?,
  22.   attribute ColumnGuideLocked{  xsd:boolean }?,
  23.   attribute MasterTextFrame{  xsd:boolean }?,
  24.   attribute SnippetImportUsesOriginalLocation{  xsd:boolean }?,
  25.   element Properties {
  26.     element ColumnGuideColor{  InDesignUIColorType_TypeDef }?&
  27.     element MarginGuideColor{  InDesignUIColorType_TypeDef }?
  28.   }
  29.   ?
  30. }
IDMLの例74 DocumentPreference
  1. <DocumentPreference Self="dDocumentPreference1" PageHeight=" 792" PageWidth=" 612" PagesPerDocument=" 1" FacingPages=" true" DocumentBleedTopOffset=" 0" DocumentBleed BottomOffset=" 0" DocumentBleedInsideOrLeftOffset=" 0" DocumentBleedOutsideOrRightOffset=" 0" DocumentBleedUniformSize=" true" SlugTopOffset=" 0" SlugBottomOffset=" 0" SlugInsideOrLeftOffset=" 0" SlugRightOrOutsideOffset=" 0" DocumentSlugUniformSize=" false" PreserveLayoutWhenShuffling=" true" AllowPageShuffle=" true" OverprintBlack=" true" PageBinding=" LeftToRight" ColumnDirection=" Horizontal" ColumnGuideLocked=" true" MasterTextFrame=" false" SnippetImportUsesOriginalLocation=" false">
  2.   <Properties>
  3.     <ColumnGuideColor type="enumeration">Violet</ColumnGuideColor>
  4.     <MarginGuideColor type="enumeration">Magenta</MarginGuideColor>
  5.   </Properties>
  6. </DocumentPreference>
表97 属性としてのDocumentPreferenceプロパティ
名前 必須 説明
AllowPageShuffle boolean trueのとき、スプレッドの移動を許可。falseのとき、スプレッド単位で追加、移動。オーバーライドの情報は、PreserveLayoutWhenShuffling
ColumnDirection HorizontalOrVertical_EnumValue 段組/組み方向
ColumnGuideLocked boolean trueのとき、段組ガイドをロックはオン
DocumentBleedBottomOffset double 裁ち落とし/地。Note:DocumentBleedUniformSizeがfalseのときのみ
DocumentBleedInsideOrLeftOffset double 裁ち落とし/ノドまたは左。Note:DocumentBleedUniformSizeがfalseのときのみ
DocumentBleedOutsideOrRightOffset double 裁ち落とし/小口または右。Note:DocumentBleedUniformSizeがfalseのときのみ
DocumentBleedTopOffset double 裁ち落とし/天
DocumentBleedUniformSize boolean trueのとき、裁ち落としの天の値がすべての値。デフォルト値はtrue
DocumentSlugUniformSize boolean trueのとき、印刷可能領域の天の値がすべての値。デフォルトはfalse
FacingPages boolean trueのとき、見開きページはオン
MasterTextFrame boolean trueのとき、マスターにテキストフレームはオン
OverprintBlack boolean trueのとき、[黒]スウォッチを100%でオーバープリントはオン
PageBinding PageBindingOptions_EnumValue 綴じ方。Default、RightToLeftまたはLeftToRight
PageHeight double ページサイズ/高さ
PageWidth double ページサイズ/幅
PagesPerDocument int ページ数(1-9999)
PreserveLayoutWhenShuffling boolean trueのとき、複数ページスプレッドを維持。(スプレッドの移動が許可されている場合)falseのとき、複数ページスプレッドを2ページ単位のスプレッドに再分配する
SlugBottomOffset double 印刷可能領域/地。Note:DocumentSlugUniformSizeがfalseのときのみ
SlugInsideOrLeftOffset double 印刷可能領域/ノドまたは左。Note:DocumentSlugUniformSizeがfalseのときのみ
SlugRightOrOutsideOffset double 印刷可能領域/小口または右。Note:DocumentSlugUniformSizeがfalseのときのみ
SlugTopOffset double 印刷可能領域/天
SnippetImportUsesOriginalLocation boolean trueのとき、スニペットの読み込み/元の位置に配置はオン
表98 エレメントとしてのDocumentPreferenceプロパティ
名前 必須 説明
ColumnGuideColorGridColor InDesignUIColorType 段数ガイドのカラー。UIColorsの列挙かRGBそれぞれの<ListItem>エレメント
MarginGuideColor InDesignUIColorType マージンガイドのカラー。UIColorsの列挙かRGBそれぞれの<ListItem>エレメント
Personal tools