Package | com.adobe.photoshop |
Class | public class DocumentPrintSettings |
Inheritance | DocumentPrintSettings ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
activePrinter : String
Currently selected printer. | DocumentPrintSettings | ||
backgroundColor : SolidColor
Background color of page. | DocumentPrintSettings | ||
bleedWidth : Object
Bleed width. | DocumentPrintSettings | ||
caption : Boolean
Description field from File Info. | DocumentPrintSettings | ||
centerCropMarks : Boolean
Print center crop marks. | DocumentPrintSettings | ||
colorBars : Boolean
Print color calibration bars. | DocumentPrintSettings | ||
colorHandling : PrintColorHandling
Color handling. | DocumentPrintSettings | ||
copies : Number
Number of copies. | DocumentPrintSettings | ||
cornerCropMarks : Boolean
Print corner crop marks. | DocumentPrintSettings | ||
docPosition : DocPositionStyle [read-only]
Position of image when printing. | DocumentPrintSettings | ||
flip : Boolean
Flip the image horizontally. | DocumentPrintSettings | ||
hardProof : Boolean
Print a hard proof. | DocumentPrintSettings | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
interpolate : Boolean | DocumentPrintSettings | ||
labels : Boolean
Prints the document title. | DocumentPrintSettings | ||
mapBlack : Boolean
Map blacks. | DocumentPrintSettings | ||
negative : Boolean
Invert the image colors. | DocumentPrintSettings | ||
![]() | parent : * [read-only] | PhotoshopHostObject | |
posX : Object [read-only]
X position of image on page. | DocumentPrintSettings | ||
posY : Object [read-only]
Y position of image on page. | DocumentPrintSettings | ||
printBorder : Object
Width of the print border. | DocumentPrintSettings | ||
printerName : String
name of printer
| DocumentPrintSettings | ||
printers : Array [read-only]
List of available printers. | DocumentPrintSettings | ||
printSpace : String
Color space for printer. | DocumentPrintSettings | ||
registrationMarks : Boolean
Print registration marks. | DocumentPrintSettings | ||
renderIntent : Intent
Color conversion intent when print space is different from the source space. | DocumentPrintSettings | ||
scale : Number [read-only]
Scale of image on page. | DocumentPrintSettings | ||
vectorData : Boolean
Include vector data. | DocumentPrintSettings |
Method | Defined By | ||
---|---|---|---|
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | 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 | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | 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 | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | 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 | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
setPagePosition(docPosition:DocPositionStyle, posX:Object = null, posY:Object = null, scale:Number = 100):void
Set the position of the image on the page. | DocumentPrintSettings | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
activePrinter | property |
activePrinter:String
Since : | CS5 |
Currently selected printer.
public function get activePrinter():String
public function set activePrinter(value:String):void
backgroundColor | property |
backgroundColor:SolidColor
Since : | CS5 |
Background color of page.
public function get backgroundColor():SolidColor
public function set backgroundColor(value:SolidColor):void
bleedWidth | property |
bleedWidth:Object
Since : | CS5 |
Bleed width.
public function get bleedWidth():Object
public function set bleedWidth(value:Object):void
caption | property |
caption:Boolean
Since : | CS5 |
Description field from File Info.
public function get caption():Boolean
public function set caption(value:Boolean):void
centerCropMarks | property |
centerCropMarks:Boolean
Since : | CS5 |
Print center crop marks.
public function get centerCropMarks():Boolean
public function set centerCropMarks(value:Boolean):void
colorBars | property |
colorBars:Boolean
Since : | CS5 |
Print color calibration bars.
public function get colorBars():Boolean
public function set colorBars(value:Boolean):void
colorHandling | property |
colorHandling:PrintColorHandling
Since : | CS5 |
Color handling.
public function get colorHandling():PrintColorHandling
public function set colorHandling(value:PrintColorHandling):void
copies | property |
copies:Number
Since : | CS5 |
Number of copies.
public function get copies():Number
public function set copies(value:Number):void
cornerCropMarks | property |
cornerCropMarks:Boolean
Since : | CS5 |
Print corner crop marks.
public function get cornerCropMarks():Boolean
public function set cornerCropMarks(value:Boolean):void
docPosition | property |
docPosition:DocPositionStyle
[read-only] Since : | CS5 |
Position of image when printing.
public function get docPosition():DocPositionStyle
flip | property |
flip:Boolean
Since : | CS5 |
Flip the image horizontally.
public function get flip():Boolean
public function set flip(value:Boolean):void
hardProof | property |
hardProof:Boolean
Since : | CS5 |
Print a hard proof.
public function get hardProof():Boolean
public function set hardProof(value:Boolean):void
interpolate | property |
interpolate:Boolean
Since : | CS5 |
public function get interpolate():Boolean
public function set interpolate(value:Boolean):void
labels | property |
labels:Boolean
Since : | CS5 |
Prints the document title.
public function get labels():Boolean
public function set labels(value:Boolean):void
mapBlack | property |
mapBlack:Boolean
Since : | CS5 |
Map blacks.
public function get mapBlack():Boolean
public function set mapBlack(value:Boolean):void
negative | property |
negative:Boolean
Since : | CS5 |
Invert the image colors.
public function get negative():Boolean
public function set negative(value:Boolean):void
posX | property |
posX:Object
[read-only] Since : | CS5 |
X position of image on page.
public function get posX():Object
posY | property |
posY:Object
[read-only] Since : | CS5 |
Y position of image on page.
public function get posY():Object
printBorder | property |
printBorder:Object
Since : | CS5 |
Width of the print border.
public function get printBorder():Object
public function set printBorder(value:Object):void
printerName | property |
printerName:String
Since : | CS5 |
name of printer
public function get printerName():String
public function set printerName(value:String):void
printers | property |
printers:Array
[read-only] Since : | CS5 |
List of available printers.
public function get printers():Array
printSpace | property |
printSpace:String
Since : | CS5 |
Color space for printer. Can be nothing (meaning same as source); 'Working RGB', 'Working CMYK', 'Working Gray', 'Lab Color' (meaning one of the working spaces or Lab color); or a string specifying a specific colorspace (default is same as source).
public function get printSpace():String
public function set printSpace(value:String):void
registrationMarks | property |
registrationMarks:Boolean
Since : | CS5 |
Print registration marks.
public function get registrationMarks():Boolean
public function set registrationMarks(value:Boolean):void
renderIntent | property |
renderIntent:Intent
Since : | CS5 |
Color conversion intent when print space is different from the source space.
public function get renderIntent():Intent
public function set renderIntent(value:Intent):void
scale | property |
scale:Number
[read-only] Since : | CS5 |
Scale of image on page.
public function get scale():Number
vectorData | property |
vectorData:Boolean
Since : | CS5 |
Include vector data.
public function get vectorData():Boolean
public function set vectorData(value:Boolean):void
setPagePosition | () | method |
public function setPagePosition(docPosition:DocPositionStyle, posX:Object = null, posY:Object = null, scale:Number = 100):void
Since : | CS5 |
Set the position of the image on the page.
Parameters
docPosition:DocPositionStyle — (com.adobe.photoshop.DocPositionStyle) Position of the image on page when printing. Can be centered, scale to fit, or user defined.
| |
posX:Object (default = null ) — (Object) X position of image on page.
| |
posY:Object (default = null ) — (Object) Y position of image on page.
| |
scale:Number (default = 100 ) — (Number) Position of the image on page when printing. Can be centered, scale to fit, or user defined. ( default: 100.0 )
|