Translation:Print Booklet Print Preference
From IDMLWiki
10.7.28 PrintBookletPrintPreference
<PrintBookletPrintPreference>エレメントは、ブックレット印刷のオプションを定義します。レイアウトオプションは<PrintBookletOption>エレメントで定義します。
スキーマの例98 PrintBookletPrintPreference
PrintBookletPrintPreference_Object = element PrintBookletPrintPreference{
attribute Self { xsd:string },
attribute PrinterList{ list { xsd:string * } }?,
attribute PPDList { list { xsd:string * } }?,
attribute PaperSizeList{ list { xsd:string * } }?,
attribute ScreeningList{ list { xsd:string * } }?,
attribute PrintFile{ xsd:string }?,
attribute Copies { xsd:int }?,
attribute Collating { xsd:boolean }?,
attribute ReverseOrder{ xsd:boolean }?,
attribute PrintNonprinting{ xsd:boolean }?,
attribute PrintBlankPages{ xsd:boolean }?,
attribute PrintGuidesGrids{ xsd:boolean }?,
attribute PaperOffset{ xsd:double }?,
attribute PaperGap{ xsd:double }?,
attribute PaperTransverse{ xsd:boolean }?,
attribute PrintPageOrientation{ PrintPageOrientation_EnumValue }?,
attribute PagePosition{ PagePositions_EnumValue }?,
attribute ScaleMode{ ScaleModes_EnumValue }?,
attribute ScaleWidth{ xsd:double }?,
attribute ScaleHeight{ xsd:double }?,
attribute ScaleProportional{ xsd:boolean }?,
attribute PrintLayers{ PrintLayerOptions_EnumValue }?,
attribute AllPrinterMarks{ xsd:boolean }?,
attribute CropMarks{ xsd:boolean }?,
attribute BleedMarks{ xsd:boolean }?,
attribute RegistrationMarks{ xsd:boolean }?,
attribute ColorBars{ xsd:boolean }?,
attribute PageInformationMarks{ xsd:boolean }?,
attribute MarkLineWeight{ MarkLineWeight_EnumValue }?,
attribute MarkOffset{ xsd:double }?,
attribute UseDocumentBleedToPrint{ xsd:boolean }?,
attribute BleedTop{ xsd:double {minInclusive="0" maxInclusive="432"} }?,
attribute BleedBottom{ xsd:double {minInclusive="0" maxInclusive="432"} }?,
attribute BleedInside{ xsd:double {minInclusive="0" maxInclusive="432"} }?,
attribute BleedOutside{ xsd:double {minInclusive="0" maxInclusive="432"} }?,
attribute BleedChain{ xsd:boolean }?,
attribute ColorOutput{ ColorOutputModes_EnumValue }?,
attribute TextAsBlack{ xsd:boolean }?,
attribute Trapping { Trapping_EnumValue }?,
attribute Flip { Flip_EnumValue }?,
attribute Negative { xsd:boolean }?,
attribute CompositeAngle{ xsd:double }?,
attribute CompositeFrequency{ xsd:double }?,
attribute SimulateOverprint{ xsd:boolean }?,
attribute PrintCyan{ xsd:boolean }?,
attribute CyanAngle{ xsd:double }?,
attribute CyanFrequency{ xsd:double }?,
attribute PrintMagenta{ xsd:boolean }?,
attribute MagentaAngle{ xsd:double }?,
attribute MagentaFrequency{ xsd:double }?,
attribute PrintYellow{ xsd:boolean }?,
attribute YellowAngle{ xsd:double }?,
attribute YellowFrequency{ xsd:double }?,
attribute PrintBlack{ xsd:boolean }?,
attribute BlackAngle{ xsd:double }?,
attribute BlackFrequency{ xsd:double }?,
attribute SendImageData{ ImageDataTypes_EnumValue }?,
attribute FontDownloading{ FontDownloading_EnumValue }?,
attribute DownloadPPDFonts{ xsd:boolean }?,
attribute PostScriptLevel{ PostScriptLevels_EnumValue }?,
attribute DataFormat{ DataFormat_EnumValue }?,
attribute SourceSpace{ SourceSpaces_EnumValue }?,
attribute Intent { RenderingIntent_EnumValue }?,
attribute PreserveColorNumbers{ xsd:boolean }?,
attribute OPIImageReplacement{ xsd:boolean }?,
attribute OmitEPS{ xsd:boolean }?,
attribute OmitPDF{ xsd:boolean }?,
attribute OmitBitmaps{ xsd:boolean }?,
attribute FlattenerPresetName{ xsd:string }?,
attribute IgnoreSpreadOverrides{ xsd:boolean }?,
attribute BitmapPrinting{ xsd:boolean }?,
attribute BitmapResolution{ xsd:int {minInclusive="72" maxInclusive="1200"} }?,
attribute DeviceType{ xsd:int }?,
attribute PrintTo{ xsd:int }?,
attribute PPDFile { xsd:string }?,
attribute PrintToDisk{ xsd:boolean }?,
attribute PrintRecord{ xsd:string }?,
attribute PrintResolution{ xsd:double }?,
attribute PaperSizeSelector{ xsd:string }?,
attribute PaperHeightRange{ list { xsd:double ,xsd:double } }?,
attribute PaperWidthRange{ list { xsd:double ,xsd:double } }?,
attribute PaperOffsetRange{ list { xsd:double ,xsd:double } }?,
attribute SeparationScreening{ xsd:string }?,
attribute CompositeScreening{ xsd:string }?,
attribute SpotAngle{ xsd:double }?,
attribute SpotFrequency{ xsd:double }?,
element Properties {element Printer {(enum_type, Printer_EnumValue ) |
(string_type, xsd:string )
}?&
element PPD {(enum_type, PPDValues_EnumValue ) |
(string_type, xsd:string )
}?&
element PaperSize{(enum_type, PaperSizes_EnumValue ) |
(string_type, xsd:string )
}?&
element PaperHeight{(enum_type, PaperSize_EnumValue ) |
(unit_type, xsd:double )
}?&
element PaperWidth{(enum_type, PaperSize_EnumValue ) |
(unit_type, xsd:double )
}?&
element MarkType{(enum_type, MarkTypes_EnumValue ) |
(string_type, xsd:string )
}?&
element Screening {(enum_type, Screeening_EnumValue ) |
(string_type, xsd:string )
}?&
element Profile {(enum_type, Profile_EnumValue ) |
(string_type, xsd:string )
}?&
element CRD {(enum_type, ColorRenderingDictionary_EnumValue ) |
(string_type, xsd:string )
}?&
element ActivePrinterPreset{(enum_type, PrinterPresetTypes_EnumValue ) |
(object_type, xsd:string )
}?&
element PaperSizeRect{ RectangleBoundsType_TypeDef }?&
element ImageablePaperSizeRect{ RectangleBoundsType_TypeDef }?
}?}
