Adobe Photoshop CS5 Object Library JS: PicturePackageOptions

Photoshop CS5

Class

PicturePackageOptions

 Options that can be specified for a Picture Package.

Class

PropertyTypeAccessDescription
contentPicturePackageTextType:
PicturePackageTextType.NONE
PicturePackageTextType.USER
PicturePackageTextType.FILENAME
PicturePackageTextType.COPYRIGHT
PicturePackageTextType.CAPTION
PicturePackageTextType.CREDIT
PicturePackageTextType.ORIGIN
r/wThe content information. (default: PicturePackageTextType.NONE)
flattenbool r/wIf true, flattens all layers in the final document. (default: true)
fontGalleryFontType:
GalleryFontType.ARIAL
GalleryFontType.COURIERNEW
GalleryFontType.HELVETICA
GalleryFontType.TIMESNEWROMAN
r/wThe font used for security text. (default: GalleryFontType.ARIAL)
fontSizeint r/wThe font size. (default: 12)
layoutstring r/wThe layout to use to generate the picture package. (default: (2)5x7)
modeNewDocumentMode:
NewDocumentMode.GRAYSCALE
NewDocumentMode.RGB
NewDocumentMode.CMYK
NewDocumentMode.LAB
NewDocumentMode.BITMAP
r/wThe document color mode. (default: NewDocumentMode.RGB)
opacityint r/wThe web page security text opacity (as a percentage) Range: 0 to 100. (default: 100)
resolutionnumber r/wThe resolution of the document (in pixels per inch) (default: 72.0)
textstring r/wThe picture package custom text. (default: )
textColorRGBColor r/wThe color of the security text.
textPositionGallerySecurityTextPositionType:
GallerySecurityTextPositionType.CENTERED
GallerySecurityTextPositionType.UPPERLEFT
GallerySecurityTextPositionType.LOWERLEFT
GallerySecurityTextPositionType.UPPERRIGHT
GallerySecurityTextPositionType.LOWERRIGHT
r/wThe position of the security text. (default: GallerySecurityTextPositionType.CENTERED)
textRotateGallerySecurityTextRotateType:
GallerySecurityTextRotateType.ZERO
GallerySecurityTextRotateType.CLOCKWISE45
GallerySecurityTextRotateType.CLOCKWISE90
GallerySecurityTextRotateType.COUNTERCLOCKWISE45
GallerySecurityTextRotateType.COUNTERCLOCKWISE90
r/wThe orientation of the security text. (default: GallerySecurityTextRotateType.ZERO)

Used in:

string Application.makePicturePackage (inputFiles: AliasArray[, options: PicturePackageOptions])

Jongware, 28-Aug-2012 v3.0.3iContents :: Index