Translation:Print Booklet Print Preference

From IDMLWiki

Jump to: navigation, search

10.7.28 PrintBookletPrintPreference

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

スキーマの例98 PrintBookletPrintPreference
  1. PrintBookletPrintPreference_Object = element PrintBookletPrintPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute PrinterList{  list { xsd:string * } }?,
  4.   attribute PPDList { list { xsd:string * } }?,
  5.   attribute PaperSizeList{  list { xsd:string * } }?,
  6.   attribute ScreeningList{  list { xsd:string * } }?,
  7.   attribute PrintFile{  xsd:string }?,
  8.   attribute Copies { xsd:int }?,
  9.   attribute Collating { xsd:boolean }?,
  10.   attribute ReverseOrder{  xsd:boolean }?,
  11.   attribute PrintNonprinting{  xsd:boolean }?,
  12.   attribute PrintBlankPages{  xsd:boolean }?,
  13.   attribute PrintGuidesGrids{  xsd:boolean }?,
  14.   attribute PaperOffset{  xsd:double }?,
  15.   attribute PaperGap{  xsd:double }?,
  16.   attribute PaperTransverse{  xsd:boolean }?,
  17.   attribute PrintPageOrientation{  PrintPageOrientation_EnumValue }?,
  18.   attribute PagePosition{  PagePositions_EnumValue }?,
  19.   attribute ScaleMode{  ScaleModes_EnumValue }?,
  20.   attribute ScaleWidth{  xsd:double }?,
  21.   attribute ScaleHeight{  xsd:double }?,
  22.   attribute ScaleProportional{  xsd:boolean }?,
  23.   attribute PrintLayers{  PrintLayerOptions_EnumValue }?,
  24.   attribute AllPrinterMarks{  xsd:boolean }?,
  25.   attribute CropMarks{  xsd:boolean }?,
  26.   attribute BleedMarks{  xsd:boolean }?,
  27.   attribute RegistrationMarks{  xsd:boolean }?,
  28.   attribute ColorBars{  xsd:boolean }?,
  29.   attribute PageInformationMarks{  xsd:boolean }?,
  30.   attribute MarkLineWeight{  MarkLineWeight_EnumValue }?,
  31.   attribute MarkOffset{  xsd:double }?,
  32.   attribute UseDocumentBleedToPrint{  xsd:boolean }?,
  33.   attribute BleedTop{  xsd:double {minInclusive="0" maxInclusive="432"} }?,
  34.   attribute BleedBottom{  xsd:double {minInclusive="0" maxInclusive="432"} }?,
  35.   attribute BleedInside{  xsd:double {minInclusive="0" maxInclusive="432"} }?,
  36.   attribute BleedOutside{  xsd:double {minInclusive="0" maxInclusive="432"} }?,
  37.   attribute BleedChain{  xsd:boolean }?,
  38.   attribute ColorOutput{  ColorOutputModes_EnumValue }?,
  39.   attribute TextAsBlack{  xsd:boolean }?,
  40.   attribute Trapping { Trapping_EnumValue }?,
  41.   attribute Flip { Flip_EnumValue }?,
  42.   attribute Negative { xsd:boolean }?,
  43.   attribute CompositeAngle{  xsd:double }?,
  44.   attribute CompositeFrequency{  xsd:double }?,
  45.   attribute SimulateOverprint{  xsd:boolean }?,
  46.   attribute PrintCyan{  xsd:boolean }?,
  47.   attribute CyanAngle{  xsd:double }?,
  48.   attribute CyanFrequency{  xsd:double }?,
  49.   attribute PrintMagenta{  xsd:boolean }?,
  50.   attribute MagentaAngle{  xsd:double }?,
  51.   attribute MagentaFrequency{  xsd:double }?,
  52.   attribute PrintYellow{  xsd:boolean }?,
  53.   attribute YellowAngle{  xsd:double }?,
  54.   attribute YellowFrequency{  xsd:double }?,
  55.   attribute PrintBlack{  xsd:boolean }?,
  56.   attribute BlackAngle{  xsd:double }?,
  57.   attribute BlackFrequency{  xsd:double }?,
  58.   attribute SendImageData{  ImageDataTypes_EnumValue }?,
  59.   attribute FontDownloading{  FontDownloading_EnumValue }?,
  60.   attribute DownloadPPDFonts{  xsd:boolean }?,
  61.   attribute PostScriptLevel{  PostScriptLevels_EnumValue }?,
  62.   attribute DataFormat{  DataFormat_EnumValue }?,
  63.   attribute SourceSpace{  SourceSpaces_EnumValue }?,
  64.   attribute Intent { RenderingIntent_EnumValue }?,
  65.   attribute PreserveColorNumbers{  xsd:boolean }?,
  66.   attribute OPIImageReplacement{  xsd:boolean }?,
  67.   attribute OmitEPS{  xsd:boolean }?,
  68.   attribute OmitPDF{  xsd:boolean }?,
  69.   attribute OmitBitmaps{  xsd:boolean }?,
  70.   attribute FlattenerPresetName{  xsd:string }?,
  71.   attribute IgnoreSpreadOverrides{  xsd:boolean }?,
  72.   attribute BitmapPrinting{  xsd:boolean }?,
  73.   attribute BitmapResolution{  xsd:int {minInclusive="72" maxInclusive="1200"} }?,
  74.   attribute DeviceType{  xsd:int }?,
  75.   attribute PrintTo{  xsd:int }?,
  76.   attribute PPDFile { xsd:string }?,
  77.   attribute PrintToDisk{  xsd:boolean }?,
  78.   attribute PrintRecord{  xsd:string }?,
  79.   attribute PrintResolution{  xsd:double }?,
  80.   attribute PaperSizeSelector{  xsd:string }?,
  81.   attribute PaperHeightRange{  list { xsd:double ,xsd:double } }?,
  82.   attribute PaperWidthRange{  list { xsd:double ,xsd:double } }?,
  83.   attribute PaperOffsetRange{  list { xsd:double ,xsd:double } }?,
  84.   attribute SeparationScreening{  xsd:string }?,
  85.   attribute CompositeScreening{  xsd:string }?,
  86.   attribute SpotAngle{  xsd:double }?,
  87.   attribute SpotFrequency{  xsd:double }?,
  88.   element Properties {
  89.     element Printer {
  90.       (enum_type, Printer_EnumValue ) |
  91.       (string_type, xsd:string )
  92.     }?&
  93.     element PPD {
  94.       (enum_type, PPDValues_EnumValue ) |
  95.       (string_type, xsd:string )
  96.     }?&
  97.     element PaperSize{ 
  98.       (enum_type, PaperSizes_EnumValue ) |
  99.       (string_type, xsd:string )
  100.     }?&
  101.     element PaperHeight{ 
  102.       (enum_type, PaperSize_EnumValue ) |
  103.       (unit_type, xsd:double )
  104.     }?&
  105.     element PaperWidth{ 
  106.       (enum_type, PaperSize_EnumValue ) |
  107.       (unit_type, xsd:double )
  108.     }?&
  109.     element MarkType{ 
  110.       (enum_type, MarkTypes_EnumValue ) |
  111.       (string_type, xsd:string )
  112.     }?&
  113.     element Screening {
  114.       (enum_type, Screeening_EnumValue ) |
  115.       (string_type, xsd:string )
  116.     }?&
  117.     element Profile {
  118.       (enum_type, Profile_EnumValue ) |
  119.       (string_type, xsd:string )
  120.     }?&
  121.     element CRD {
  122.       (enum_type, ColorRenderingDictionary_EnumValue ) |
  123.       (string_type, xsd:string )
  124.     }?&
  125.     element ActivePrinterPreset{ 
  126.       (enum_type, PrinterPresetTypes_EnumValue ) |
  127.       (object_type, xsd:string )
  128.     }?&
  129.     element PaperSizeRect{  RectangleBoundsType_TypeDef }?&
  130.     element ImageablePaperSizeRect{  RectangleBoundsType_TypeDef }?
  131.   }
  132.   ?
  133. }
Personal tools