Translation:Print Booklet Option

From IDMLWiki

Jump to: navigation, search

10.7.27 PrintBookletOption

<PrintBookletOption>エレメントは、ブックレット印刷の機能で生成される、ブックレットのレイアウトオプションを定義します。印刷のオプションは<PrintBookletPrintPreference>エレメントで定義します。

スキーマの例97 PrintBookletOption
  1. PrintBookletOption_Object = element PrintBookletOption{ 
  2.   attribute Self { xsd:string },
  3.   attribute BookletType{  BookletTypeOptions_EnumValue }?,
  4.   attribute SpaceBetweenPages{  xsd:double {minInclusive="0" maxInclusive="288"} }?,
  5.   attribute BleedBetweenPages{  xsd:double {minInclusive="0" maxInclusive="144"} }?,
  6.   attribute Creep { xsd:double {minInclusive="-144" maxInclusive="144"} }?,
  7.   attribute SignatureSize{  SignatureSizeOptions_EnumValue }?,
  8.   attribute TopMargin{  xsd:double {minInclusive="0" maxInclusive="288"} }?,
  9.   attribute BottomMargin{  xsd:double {minInclusive="0" maxInclusive="288"} }?,
  10.   attribute LeftMargin{  xsd:double {minInclusive="0" maxInclusive="288"} }?,
  11.   attribute RightMargin{  xsd:double {minInclusive="0" maxInclusive="288"} }?,
  12.   attribute AutoAdjustMargins{  xsd:boolean }?,
  13.   attribute MarginsUniformSize{  xsd:boolean }?,
  14.   attribute PrintBlankPrinterSpreads{  xsd:boolean }?,
  15.   element Properties {
  16.     element PageRange{ 
  17.       (enum_type, PageRange_EnumValue ) |
  18.       (string_type, xsd:string )
  19.     }?
  20.   }
  21.   ?
  22. }
Personal tools