Options for the Contact Sheet command
acrossFirst:Boolean
place the images horizontally first ( default: true )
Implementation public function get acrossFirst():Boolean
public function set acrossFirst(value:Boolean):void
bestFit:Boolean
rotate images for best fit ( default: false )
Implementation public function get bestFit():Boolean
public function set bestFit(value:Boolean):void
caption:Boolean
use the filename as a caption for the image ( default: true )
Implementation public function get caption():Boolean
public function set caption(value:Boolean):void
columnCount:Number
contact sheet columns ( default: 5 )
Implementation public function get columnCount():Number
public function set columnCount(value:Number):void
flatten:Boolean
flatten all layers in the final document ( default: true )
Implementation public function get flatten():Boolean
public function set flatten(value:Boolean):void
font:GalleryFontType
font used for the caption ( default: GalleryFontType.ARIAL )
Implementation public function get font():GalleryFontType
public function set font(value:GalleryFontType ):void
fontSize:Number
font size used for the caption ( default: 12 )
Implementation public function get fontSize():Number
public function set fontSize(value:Number):void
height:Number
height of the resulting document in pixels ( default: 720 )
Implementation public function get height():Number
public function set height(value:Number):void
horizontal:Number
horizontal spacing between images in pixels ( default: 1 )
Implementation public function get horizontal():Number
public function set horizontal(value:Number):void
mode:NewDocumentMode
document mode (Grayscale, RGB, CMYK or Lab) ( default: NewDocumentMode.RGB )
Implementation public function get mode():NewDocumentMode
public function set mode(value:NewDocumentMode ):void
resolution:Number
the resolution of the document (in pixels per inch) ( default: 72.0 )
Implementation public function get resolution():Number
public function set resolution(value:Number):void
rowCount:Number
contact sheet rows ( default: 6 )
Implementation public function get rowCount():Number
public function set rowCount(value:Number):void
useAutoSpacing:Boolean
auto space the images in the contact sheet ( default: true )
Implementation public function get useAutoSpacing():Boolean
public function set useAutoSpacing(value:Boolean):void
vertical:Number
vertical spacing between images in pixels ( default: 1 )
Implementation public function get vertical():Number
public function set vertical(value:Number):void
width:Number
width of the resulting document in pixels ( default: 576 )
Implementation public function get width():Number
public function set width(value:Number):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z