Packagecom.adobe.illustrator
Classpublic class PrintOptions
InheritancePrintOptions Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

the print options



Public Properties
 PropertyDefined By
  colorManagementOptions : PrintColorManagementOptions
the printing color management options
PrintOptions
  colorSeparationOptions : PrintColorSeparationOptions
the printing color separation options
PrintOptions
  coordinateOptions : PrintCoordinateOptions
the printing coordinate options
PrintOptions
  flattenerOptions : PrintFlattenerOptions
the printing flattener options
PrintOptions
  flattenerPreset : String
the transparency flattener preset name
PrintOptions
  fontOptions : PrintFontOptions
the printing font options
PrintOptions
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  jobOptions : PrintJobOptions
the printing job options
PrintOptions
  pageMarksOptions : PrintPageMarksOptions
the printing page marks options
PrintOptions
  paperOptions : PrintPaperOptions
the paper options
PrintOptions
 Inheritedparent : *
[read-only]
IllustratorHostObject
  postScriptOptions : PrintPostScriptOptions
the printing PostScript options
PrintOptions
  PPDName : String
the name of the PPD to use
PrintOptions
  printerName : String
the name of the printer to print to
PrintOptions
  printPreset : String
the name of a print preset to use
PrintOptions
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
colorManagementOptionsproperty
colorManagementOptions:PrintColorManagementOptions

Since : CS5

the printing color management options


Implementation
    public function get colorManagementOptions():PrintColorManagementOptions
    public function set colorManagementOptions(value:PrintColorManagementOptions):void
colorSeparationOptionsproperty 
colorSeparationOptions:PrintColorSeparationOptions

Since : CS5

the printing color separation options


Implementation
    public function get colorSeparationOptions():PrintColorSeparationOptions
    public function set colorSeparationOptions(value:PrintColorSeparationOptions):void
coordinateOptionsproperty 
coordinateOptions:PrintCoordinateOptions

Since : CS5

the printing coordinate options


Implementation
    public function get coordinateOptions():PrintCoordinateOptions
    public function set coordinateOptions(value:PrintCoordinateOptions):void
flattenerOptionsproperty 
flattenerOptions:PrintFlattenerOptions

Since : CS5

the printing flattener options


Implementation
    public function get flattenerOptions():PrintFlattenerOptions
    public function set flattenerOptions(value:PrintFlattenerOptions):void
flattenerPresetproperty 
flattenerPreset:String

Since : CS5

the transparency flattener preset name


Implementation
    public function get flattenerPreset():String
    public function set flattenerPreset(value:String):void
fontOptionsproperty 
fontOptions:PrintFontOptions

Since : CS5

the printing font options


Implementation
    public function get fontOptions():PrintFontOptions
    public function set fontOptions(value:PrintFontOptions):void
jobOptionsproperty 
jobOptions:PrintJobOptions

Since : CS5

the printing job options


Implementation
    public function get jobOptions():PrintJobOptions
    public function set jobOptions(value:PrintJobOptions):void
pageMarksOptionsproperty 
pageMarksOptions:PrintPageMarksOptions

Since : CS5

the printing page marks options


Implementation
    public function get pageMarksOptions():PrintPageMarksOptions
    public function set pageMarksOptions(value:PrintPageMarksOptions):void
paperOptionsproperty 
paperOptions:PrintPaperOptions

Since : CS5

the paper options


Implementation
    public function get paperOptions():PrintPaperOptions
    public function set paperOptions(value:PrintPaperOptions):void
postScriptOptionsproperty 
postScriptOptions:PrintPostScriptOptions

Since : CS5

the printing PostScript options


Implementation
    public function get postScriptOptions():PrintPostScriptOptions
    public function set postScriptOptions(value:PrintPostScriptOptions):void
PPDNameproperty 
PPDName:String

Since : CS5

the name of the PPD to use


Implementation
    public function get PPDName():String
    public function set PPDName(value:String):void
printerNameproperty 
printerName:String

Since : CS5

the name of the printer to print to


Implementation
    public function get printerName():String
    public function set printerName(value:String):void
printPresetproperty 
printPreset:String

Since : CS5

the name of a print preset to use


Implementation
    public function get printPreset():String
    public function set printPreset(value:String):void