Translation:Document Preference
From IDMLWiki
10.7.20 DocumentPreference
<DocumentPreference>エレメントには、様々なプリファレンスを含み、基本的なドキュメントのレイアウトを定義します。<DocumentPreference>エレメントのプロパティの一部または全部を省略しても、その分はInDesignがアプリケーションのデフォルト値を割り当てます。
スキーマの例90 DocumentPreference
DocumentPreference_Object = element DocumentPreference{
attribute Self { xsd:string },
attribute PageHeight{ xsd:double }?,
attribute PageWidth{ xsd:double }?,
attribute PagesPerDocument{ xsd:int }?,
attribute FacingPages{ xsd:boolean }?,
attribute DocumentBleedTopOffset{ xsd:double }?,
attribute DocumentBleedBottomOffset{ xsd:double }?,
attribute DocumentBleedInsideOrLeftOffset{ xsd:double }?,
attribute DocumentBleedOutsideOrRightOffset{ xsd:double }?,
attribute DocumentBleedUniformSize{ xsd:boolean }?,
attribute SlugTopOffset{ xsd:double }?,
attribute SlugBottomOffset{ xsd:double }?,
attribute SlugInsideOrLeftOffset{ xsd:double }?,
attribute SlugRightOrOutsideOffset{ xsd:double }?,
attribute DocumentSlugUniformSize{ xsd:boolean }?,
attribute PreserveLayoutWhenShuffling{ xsd:boolean }?,
attribute AllowPageShuffle{ xsd:boolean }?,
attribute OverprintBlack{ xsd:boolean }?,
attribute PageBinding{ PageBindingOptions_EnumValue }?,
attribute ColumnDirection{ HorizontalOrVertical_EnumValue }?,
attribute ColumnGuideLocked{ xsd:boolean }?,
attribute MasterTextFrame{ xsd:boolean }?,
attribute SnippetImportUsesOriginalLocation{ xsd:boolean }?,
element Properties {element ColumnGuideColor{ InDesignUIColorType_TypeDef }?&
element MarginGuideColor{ InDesignUIColorType_TypeDef }?
}?}
IDMLの例74 DocumentPreference
<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"><Properties><ColumnGuideColor type="enumeration">Violet</ColumnGuideColor>
<MarginGuideColor type="enumeration">Magenta</MarginGuideColor>
</Properties></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のとき、スニペットの読み込み/元の位置に配置はオン |
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| ColumnGuideColorGridColor | InDesignUIColorType | 段数ガイドのカラー。UIColorsの列挙かRGBそれぞれの<ListItem>エレメント | |
| MarginGuideColor | InDesignUIColorType | マージンガイドのカラー。UIColorsの列挙かRGBそれぞれの<ListItem>エレメント |
