Options for the web photo gallery images
border:Number
the amount of border pixels you want between your images ( 0 - 99; default: 0 )
Implementation public function get border():Number
public function set border(value:Number):void
caption:Boolean
generate a caption for the images ( default: false )
Implementation public function get caption():Boolean
public function set caption(value:Boolean):void
dimension:Number
resized image dimensions in pixels ( default: 350 )
Implementation public function get dimension():Number
public function set dimension(value:Number):void
font:GalleryFontType
font for the gallery images text ( default: GalleryFontType.ARIAL )
Implementation public function get font():GalleryFontType
public function set font(value:GalleryFontType ):void
fontSize:Number
font size for the gallery images text ( 1 - 7; default: 3 )
Implementation public function get fontSize():Number
public function set fontSize(value:Number):void
imageQuality:Number
the quality setting for the JPEG image ( 0 - 12; default: 5 )
Implementation public function get imageQuality():Number
public function set imageQuality(value:Number):void
includeCopyright:Boolean
include the copyright in the text for the gallery images ( default: false )
Implementation public function get includeCopyright():Boolean
public function set includeCopyright(value:Boolean):void
includeCredits:Boolean
include the credits in the text for the gallery images ( default: false )
Implementation public function get includeCredits():Boolean
public function set includeCredits(value:Boolean):void
includeFilename:Boolean
include the file name in the text for the gallery images ( default: true )
Implementation public function get includeFilename():Boolean
public function set includeFilename(value:Boolean):void
includeTitle:Boolean
include the title in the text for the gallery images ( default: false )
Implementation public function get includeTitle():Boolean
public function set includeTitle(value:Boolean):void
numericLinks:Boolean
add numeric links ( default: true )
Implementation public function get numericLinks():Boolean
public function set numericLinks(value:Boolean):void
resizeConstraint:GalleryConstrainType
how should the image be constrained ( default: GalleryConstrainType.CONSTRAINBOTH )
Implementation public function get resizeConstraint():GalleryConstrainType
public function set resizeConstraint(value:GalleryConstrainType ):void
resizeImages:Boolean
resize images data ( default: true )
Implementation public function get resizeImages():Boolean
public function set resizeImages(value:Boolean):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z