This chapter lists and describes the enumerations defined for use with Illustrator JavaScript properties and methods.
The alternate glyphs form of text.
Value Description AlternateGlyphsForm.DEFAULTFORM
Defaultform AlternateGlyphsForm.TRADITIONAL
Traditional AlternateGlyphsForm.EXPERT
Expert AlternateGlyphsForm.JIS78FORM
JIS78FORM AlternateGlyphsForm.JIS83FORM
JIS83FORM AlternateGlyphsForm.HALFWIDTH
Half Width AlternateGlyphsForm.THIRDWIDTH
Third Width AlternateGlyphsForm.QUARTERWIDTH
Quarter Width AlternateGlyphsForm.FULLWIDTH
Full Width AlternateGlyphsForm.PROPORTIONALWIDTH
Proportional Width AlternateGlyphsForm.JIS90FORM
JIS90FORM AlternateGlyphsForm.JIS04FORM
JIS04FORM
textRef . textRange . characters [ i ] . characterAttributes . alternateGlyphs == AlternateGlyphsForm . DEFAULTFORM ;
textRef . textRange . characters [ i ] . characterAttributes . alternateGlyphs == AlternateGlyphsForm . FULLWIDTH
The type of antialiasing method used in the rasterization.
Value Description AntiAliasingMethod.None
No antialiasing is allowed. AntiAliasingMethod.ARTOPTIMIZED
Optimize for the art object. AntiAliasingMethod.TYPEOPTIMIZED
Optimize for the type object.
How the art should be clipped during output.
Value Description ArtClippingOption.OUTPUTARTBOUNDS
Output size is the size of the artwork. ArtClippingOption.OUTPUTARTBOARDBOUNDS
Output size is the size of the artboard. ArtClippingOption.OUTPUTCROPRECTBOUNDS
Output size is the size of the crop area.
Value Description AutoCADColors.Max8Colors
Max 8 CColors AutoCADColors.Max16Colors
Max 16 Colors AutoCADColors.Max256Colors
Max 25 6Colors AutoCADColors.TrueColors
True Colors
Value Description AutoCADCompatibility.AutoCADRelease13
Release 13 AutoCADCompatibility.AutoCADRelease18
Release 18 AutoCADCompatibility.AutoCADRelease14
Release 14 AutoCADCompatibility.AutoCADRelease21
Release 21 AutoCADCompatibility.AutoCADRelease15
Release 15 AutoCADCompatibility.AutoCADRelease24
Release 24
Value Description AutoCADExportFileFormat.DXF
DXF AutoCADExportFileFormat.DWG
DWG
Value Description AutoCADExportOption.PreserveAppearance
Preserve Appearance AutoCADExportOption.MaximizeEditability
Maximize Editability
Value Description AutoCADGlobalScaleOption.OriginalSize
Original Size AutoCADGlobalScaleOption.ScaleByValue
Scale by Value AutoCADGlobalScaleOption.FitArtboard
Fit Artboard
Value Description AutoCADRasterFormat.PNG
PNG AutoCADRasterFormat.JPEG
JPEG
Value Description AutoCADUnit.Points
Points AutoCADUnit.Picas
Picas AutoCADUnit.Inches
Inches AutoCADUnit.Millimeters
Millimeters AutoCADUnit.Centimeters
Centimeters AutoCADUnit.Pixels
Pixels
The auto kern type.
Value Description AutoKernType.NOAUTOKERN
None AutoKernType.AUTO
Auto AutoKernType.OPTICAL
Optical AutoKernType.METRICSROMANONLY
Metrics
The auto leading type.
Value Description AutoLeadingType.BOTTOMTOBOTTOM
Bottom to Bottom AutoLeadingType.TOPTOTOP
Top to Top
The baseline direction type.
Value Description BaselineDirectionType.Standard
Standard BaselineDirectionType.VerticalRotated
Vertical Rotated BaselineDirectionType.TateChuYoko
TateChuYoko
Value Description BlendAnimationType.INBUILD
In Build BlendAnimationType.NOBLENDANIMATION
None BlendAnimationType.INSEQUENCE
In Sequence
The blend mode used when compositing an object.
Value Description BlendModes.COLORBLEND
Color BlendModes.COLORBURN
Color Burn BlendModes.COLORDODGE
Color Dodge BlendModes.DARKEN
Darken BlendModes.DIFFERENCE
Difference BlendModes.EXCLUSION
Exclusion BlendModes.HARDLIGHT
Hard Light BlendModes.HUE
Hue BlendModes.LIGHTEN
Lighten BlendModes.LUMINOSITY
Luminosity BlendModes.MULTIPLY
Multiply BlendModes.NORMAL
Normal BlendModes.OVERLAY
Overlay BlendModes.SATURATIONBLEND
Saturation BlendModes.SCREEN
Screen BlendModes.SOFTLIGHT
Soft Light
Policy used by FXG file format to expand blends.
Value Description BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS
Automatically convert blends BlendsExpandPolicy.RASTERIZEBLENDS
Rasterize blends
The Burasagari type.
Value Description BurasagariTypeEnum.Forced
Forced BurasagariTypeEnum.None
None BurasagariTypeEnum.Standard
Standard
The case change type.
Value Description CaseChangeType.LOWERCASE
Lowercase ("hello world"
) CaseChangeType.SENTENCECASE
Sentence case ("Hello world"
) CaseChangeType.TITLECASE
Title case ("Hello World"
) CaseChangeType.UPPERCASE
Uppercase ("HELLO WORLD"
)
The color conversion policy.
Value Description ColorConversion.COLORCONVERSIONREPURPOSE
Color Conversion Repurpose ColorConversion.COLORCONVERSIONTODEST
Color Conversion to Dest ColorConversion.None
None
The purpose of color conversion using the ConvertSampleColor
method of the Application
class.
Value Description ColorConvertPurpose.defaultpurpose
Default ColorConvertPurpose.exportpurpose
Export ColorConvertPurpose.previewpurpose
Preview ColorConvertPurpose.dummypurpose
Dummy
Destination profile
Value Description ColorDestination.COLORDESTINATIONDOCCMYK
Doc CMYK ColorDestination.COLORDESTINATIONDOCRGB
Doc RGB ColorDestination.COLORDESTINATIONPROFILE
Profile ColorDestination.COLORDESTINATIONWORKINGCMYK
Working CMYK ColorDestination.COLORDESTINATIONWORKINGRGB
Working RGB ColorDestination.None
None
The method used to dither colors in exported GIF and PNG8 images.
Value Description ColorDitherMethod.DIFFUSION
Diffusion ColorDitherMethod.NOISE
Noise ColorDitherMethod.NOREDUCTION
No Reduction ColorDitherMethod.PATTERNDITHER
Pattern Dither
The color model to use.
Value Description ColorModel.PROCESS
Process ColorModel.REGISTRATION
Registration ColorModel.SPOT
Spot
Value Description ColorProfile.INCLUDEALLPROFILE
Include All Profile ColorProfile.INCLUDEDESTPROFILE
Include Dest Profile ColorProfile.INCLUDERGBPROFILE
Include RGB Profile ColorProfile.LEAVEPROFILEUNCHANGED
Leave Profile Unchanged ColorProfile.None
None
The method used to reduce the number of colors in exported GIF and PNG8 images.
Value Description ColorReductionMethod.ADAPTIVE
Adaptive ColorReductionMethod.SELECTIVE
Selective ColorReductionMethod.PERCEPTUAL
Perceptual ColorReductionMethod.WEB
Web
The color specification for an individual color.
Value Description ColorType.CMYK
Cmyk ColorType.GRADIENT
Gradient ColorType.GRAY
Gray ColorType.PATTERN
Pattern ColorType.RGB
Rgb ColorType.SPOT
Spot ColorType.NONE
None
The version of the Illustrator file to create when saving an EPS or Illustrator file
Value Description Compatibility.ILLUSTRATOR8
Illustrator 8 Compatibility.ILLUSTRATOR9
Illustrator 9 Compatibility.ILLUSTRATOR10
Illustrator 10 Compatibility.ILLUSTRATOR11
Illustrator 11 Compatibility.ILLUSTRATOR12
Illustrator 12 Compatibility.ILLUSTRATOR13
Illustrator 13 Compatibility.ILLUSTRATOR14
Illustrator 14 Compatibility.ILLUSTRATOR15
Illustrator 15 Compatibility.ILLUSTRATOR16
Illustrator 16 Compatibility.ILLUSTRATOR17
Illustrator 17 Compatibility.ILLUSTRATOR19
Illustrator 19 Compatibility.JAPANESEVERSION3
Japanese Version 3
The quality of bitmap compression used when saving a PDF file
Value Description CompressionQuality.AUTOMATICJPEG2000HIGH
todo CompressionQuality.AUTOMATICJPEG2000LOSSLESS
todo CompressionQuality.AUTOMATICJPEG2000LOW
todo CompressionQuality.AUTOMATICJPEG2000MAXIMUM
todo CompressionQuality.AUTOMATICJPEG2000MEDIUM
todo CompressionQuality.AUTOMATICJPEG2000MINIMUM
todo CompressionQuality.AUTOMATICJPEGHIGH
todo CompressionQuality.AUTOMATICJPEGLOW
todo CompressionQuality.AUTOMATICJPEGMAXIMUM
todo CompressionQuality.AUTOMATICJPEGMEDIUM
todo CompressionQuality.AUTOMATICJPEGMINIMUM
todo CompressionQuality.JPEG2000HIGH
todo CompressionQuality.JPEG2000LOSSLESS
todo CompressionQuality.JPEG2000LOW
todo CompressionQuality.JPEG2000MAXIMUM
todo CompressionQuality.JPEG2000MEDIUM
todo CompressionQuality.JPEG2000MINIMUM
todo CompressionQuality.JPEGHIGH
todo CompressionQuality.JPEGLOW
todo CompressionQuality.JPEGMAXIMUM
todo CompressionQuality.JPEGMEDIUM
todo CompressionQuality.JPEGMINIMUM
todo CompressionQuality.ZIP4BIT
todo CompressionQuality.ZIP8BIT
todo CompressionQuality.None
todo
The coordinate system used by Illustrator
Value Description CoordinateSystem.ARTBOARDCOORDINATESYSTEM
todo CoordinateSystem.DOCUMENTCOORDINATESYSTEM
todo
The style of a document’s cropping box
Value Description CropOptions.Japanese
Japanese CropOptions.Standard
Standard
The layout of in the new document.
Value Description DocumentArtboardLayout.Column
todo DocumentArtboardLayout.GridByCol
todo DocumentArtboardLayout.GridByRow
todo DocumentArtboardLayout.RLGridByCol
todo DocumentArtboardLayout.RLGridByRow
todo DocumentArtboardLayout.RLRow
todo DocumentArtboardLayout.Row
todo
The color space of a document
Value Description DocumentColorSpace.CMYK
CMYK DocumentColorSpace.RGB
RGB
Layout style for the document
Value Description DocumentLayoutStyle.CASCADE
todo DocumentLayoutStyle.CONSOLIDATEALL
todo DocumentLayoutStyle.FLOATALL
todo DocumentLayoutStyle.HORIZONTALTILE
todo DocumentLayoutStyle.VERTICALTILE
todo
The preset types available for new documents.
Value Description DocumentPresetType.BasicCMYK
Basic CMYK DocumentPresetType.BasicRGB
Basic RGB DocumentPresetType.Mobile
Mobile DocumentPresetType.Print
Print DocumentPresetType.Video
Video DocumentPresetType.Web
Web
The document preview mode.
Value Description DocumentPreviewMode.DefaultPreview
Default DocumentPreviewMode.OverprintPreview
Overprint DocumentPreviewMode.PixelPreview
Pixel
The preset document raster resolution.
Value Description DocumentRasterResolution.ScreenResolution
Screen Resolution DocumentRasterResolution.HighResolution
High Resolution DocumentRasterResolution.MediumResolution
Medium Resolution
Document transparency grid colors.
Value Description DocumentTransparencyGrid.TransparencyGridBlue
Blue DocumentTransparencyGrid.TransparencyGridDark
Dark DocumentTransparencyGrid.TransparencyGridGreen
Green DocumentTransparencyGrid.TransparencyGridLight
Light DocumentTransparencyGrid.TransparencyGridMedium
Medium DocumentTransparencyGrid.TransparencyGridNone
None DocumentTransparencyGrid.TransparencyGridOrange
Orange DocumentTransparencyGrid.TransparencyGridPurple
Purple DocumentTransparencyGrid.TransparencyGridRed
Red
The file format used to save a file.
Value Description DocumentType.EPS
EPS DocumentType.FXG
FXG DocumentType.ILLUSTRATOR
Illustrator DocumentType.PDF
PDF
Value Description DownsampleMethod.AVERAGEDOWNSAMPLE
Average Downsample DownsampleMethod.BICUBICDOWNSAMPLE
Bicubic Downsample DownsampleMethod.NODOWNSAMPLE
No Downsample DownsampleMethod.SUBSAMPLE
Subsample
Value Description ElementPlacement.INSIDE
Inside ElementPlacement.PLACEAFTER
Place After ElementPlacement.PLACEATBEGINNING
Place At Beginning ElementPlacement.PLACEATEND
Place At End ElementPlacement.PLACEBEFORE
Place Before
Value Description EPSPostScriptLevelEnum.LEVEL2
Level 2 EPSPostScriptLevelEnum.LEVEL3
Level 3
The preview image format used when saving an EPS file
Value Description EPSPreview.BWTIFF
todo EPSPreview.COLORTIFF
todo EPSPreview.TRANSPARENTCOLORTIFF
todo EPSPreview.None
todo
The file format used to export a file
Value Description ExportType.AutoCAD
AutoCAD ExportType.FLASH
FLASH ExportType.GIF
GIF ExportType.JPEG
JPEG ExportType.Photoshop
Photoshop ExportType.PNG24
PNG24 ExportType.PNG8
PNG8 ExportType.SVG
SVG ExportType.TIFF
TIFF
Value Description FigureStyleType.DEFAULTFIGURESTYLE
todo FigureStyleType.PROPORTIONAL
todo FigureStyleType.PROPORTIONALOLDSTYLE
todo FigureStyleType.TABULAR
todo FigureStyleType.TABULAROLDSTYLE
todo
The filters preserve policy used by the FXG file format.
Value Description FiltersPreservePolicy.EXPANDFILTERS
todo FiltersPreservePolicy.KEEPFILTERSEDITABLE
todo FiltersPreservePolicy.RASTERIZEFILTERS
todo
The method used to convert Illustrator images when exporting files
Value Description FlashExportStyle.ASFLASHFILE
todo FlashExportStyle.LAYERSASFILES
todo FlashExportStyle.LAYERSASFRAMES
todo FlashExportStyle.LAYERSASSYMBOLS
todo FlashExportStyle.TOFILES
todo
Version for exported SWF file.
Value Description FlashExportVersion.FlashVersion1
Version 1 FlashExportVersion.FlashVersion2
Version 2 FlashExportVersion.FlashVersion3
Version 3 FlashExportVersion.FlashVersion4
Version 4 FlashExportVersion.FlashVersion5
Version 5 FlashExportVersion.FlashVersion6
Version 6 FlashExportVersion.FlashVersion7
Version 7 FlashExportVersion.FlashVersion8
Version 8 FlashExportVersion.FlashVersion9
Version 9
The format used to store flash images.
Value Description FlashImageFormat.LOSSLESS
Lossless FlashImageFormat.LOSSY
Lossy
The method used to store JPEG images.
Value Description FlashJPEGMethod.Optimized
Optimized FlashJPEGMethod.Standard
Standard
Value Description FlashPlaybackSecurity.PlaybackLocal
Local FlashPlaybackSecurity.PlaybackNetwork
Network
Value Description FontBaselineOption.NORMALBASELINE
todo FontBaselineOption.SUPERSCRIPT
todo FontBaselineOption.SUBSCRIPT
todo
Value Description FontCapsOption.ALLCAPS
All Caps FontCapsOption.ALLSMALLCAPS
All Smallcaps FontCapsOption.NORMALCAPS
Normal Caps FontCapsOption.SMALLCAPS
Small Caps
Value Description FontOpenTypePositionOption.DENOMINATOR
Denominator FontOpenTypePositionOption.NUMERATOR
Numerator FontOpenTypePositionOption.OPENTYPEDEFAULT
Opentype Default FontOpenTypePositionOption.OPENTYPESUBSCRIPT
Opentype Subscript FontOpenTypePositionOption.OPENTYPESUPERSCRIPT
Opentype Superscript
Value Description FontSubstitutionPolicy.SUBSTITUTEDEVICE
Device FontSubstitutionPolicy.SUBSTITUTEOBLIQUE
Oblique FontSubstitutionPolicy.SUBSTITUTETINT
Tint
The FXG file-format version.
Value Description FXGVersion.VERSION1PT0
Version 1 PT0 FXGVersion.VERSION2PT0
Version 2 PT0
The gradients preserve policy used by the FXG file format.
Value Description GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTS
Automaticaly Convert Gradients GradientsPreservePolicy.KEEPGRADIENTSEDITABLE
Keep Gradients Editable
The type of gradient.
Value Description GradientType.LINEAR
Linear GradientType.RADIAL
Radial
The color space of a raster item or an exported file
Value Description ImageColorSpace.CMYK
CMYK ImageColorSpace.DeviceN
DeviceN ImageColorSpace.Grayscale
Grayscale ImageColorSpace.Indexed
Indexed ImageColorSpace.LAB
LAB ImageColorSpace.RGB
RGB ImageColorSpace.Separation
Separation
Value Description InkPrintStatus.CONVERTINK
Convert Ink InkPrintStatus.ENABLEINK
Enable Ink InkPrintStatus.DISABLEINK
Disable Ink
Value Description InkType.BLACKINK
Black Ink InkType.CUSTOMINK
Custom Ink InkType.CYANINK
Cyan Ink InkType.MAGENTAINK
Magenta Ink InkType.YELLOWINK
Yellow Ink
Value Description JavaScriptExecutionMode.BeforeRunning
Before Running JavaScriptExecutionMode.OnRuntimeError
On Runtime Error JavaScriptExecutionMode.never
Never
The alignment or justification for a paragraph of text.
Value Description Justification.CENTER
Center Justification.FULLJUSTIFY
Full Justify Justification.FULLJUSTIFYLASTLINECENTER
Full Justify Last Line Center Justification.FULLJUSTIFYLASTLINELEFT
Full Justify Last Line Left Justification.FULLJUSTIFYLASTLINERIGHT
Full Justify Last Line Right Justification.LEFT
Left Justification.RIGHT
Right
Value Description KinsokuOrderEnum.PUSHIN
todo KinsokuOrderEnum.PUSHOUTFIRST
todo KinsokuOrderEnum.PUSHOUTONLY
todo
The type of knockout to use on a page item.
Value Description KnockoutState.DISABLED
Disabled KnockoutState.ENABLED
Enabled KnockoutState.INHERITED
Inherited KnockoutState.Unknown
Unknown
Value Description LanguageType.BOKMALNORWEGIAN
todo LanguageType.BRAZILLIANPORTUGUESE
todo LanguageType.BULGARIAN
todo LanguageType.CANADIANFRENCH
todo LanguageType.CATALAN
todo LanguageType.CHINESE
todo LanguageType.CZECH
todo LanguageType.DANISH
todo LanguageType.DUTCH
todo LanguageType.DUTCH2005REFORM
todo LanguageType.ENGLISH
todo LanguageType.FINNISH
todo LanguageType.GERMAN2006REFORM
todo LanguageType.GREEK
todo LanguageType.HUNGARIAN
todo LanguageType.ICELANDIC
todo LanguageType.ITALIAN
todo LanguageType.JAPANESE
todo LanguageType.NYNORSKNORWEGIAN
todo LanguageType.OLDGERMAN
todo LanguageType.POLISH
todo LanguageType.RUMANIAN
todo LanguageType.RUSSIAN
todo LanguageType.SERBIAN
todo LanguageType.SPANISH
todo LanguageType.STANDARDFRENCH
todo LanguageType.STANDARDGERMAN
todo LanguageType.STANDARDPORTUGUESE
todo LanguageType.SWEDISH
todo LanguageType.SWISSGERMAN
todo LanguageType.SWISSGERMAN2006REFORM
todo LanguageType.TURKISH
todo LanguageType.UKENGLISH
todo LanguageType.UKRANIAN
todo
Value Description LayerOrderType.TOPDOWN
Top Down LayerOrderType.BOTTOMUP
Bottom Up
Illustrator library type.
Value Description LibraryType.Brushes
Brushes LibraryType.GraphicStyles
Graphic Styles LibraryType.IllustratorArtwork
Illustrator Artwork LibraryType.Swatches
Swatches LibraryType.Symbols
Symbols
The type of compression to use on a monochrome bitmap item when saving a PDF file.
Value Description MonochromeCompression.CCIT3
CCIT3 MonochromeCompression.CCIT4
CCIT4 MonochromeCompression.MONOZIP
MONOZIP MonochromeCompression.None
None MonochromeCompression.RUNLENGTH
RUNLENGTH
How transparency should be flattened when saving EPS and Illustrator file formats with compatibility set to versions of Illustrator earlier than Illustrator 10
Value Description OutputFlattening.PRESERVEAPPEARANCE
Preserve Appearance OutputFlattening.PRESERVEPATHS
Preserve Paths
Value Description PageMarksTypes.Japanese
Japanese PageMarksTypes.Roman
Roman
Which points, if any, of a path are selected.
Value Description PathPointSelection.ANCHORPOINT
todo PathPointSelection.LEFTDIRECTION
todo PathPointSelection.LEFTRIGHTPOINT
todo PathPointSelection.NOSELECTION
todo PathPointSelection.RIGHTDIRECTION
todo
Value Description PDFBoxType.PDFARTBOX
todo PDFBoxType.PDFBLEEDBOX
todo PDFBoxType.PDFBOUNDINGBOX
todo PDFBoxType.PDFCROPBOX
todo PDFBoxType.PDFMEDIABOX
todo PDFBoxType.PDFTRIMBOX
todo
Value Description PDFChangesAllowedEnum.CHANGE128ANYCHANGES
todo PDFChangesAllowedEnum.CHANGE128COMMENTING
todo PDFChangesAllowedEnum.CHANGE128EDITPAGE
todo PDFChangesAllowedEnum.CHANGE128FILLFORM
todo PDFChangesAllowedEnum.CHANGE128NONE
todo PDFChangesAllowedEnum.CHANGE40ANYCHANGES
todo PDFChangesAllowedEnum.CHANGE40COMMENTING
todo PDFChangesAllowedEnum.CHANGE40NONE
todo PDFChangesAllowedEnum.CHANGE40PAGELAYOUT
todo
The version of the Acrobat file format to create when saving a PDF file
Value Description PDFCompatibility.ACROBAT4
Acrobat 4 PDFCompatibility.ACROBAT5
Acrobat 5 PDFCompatibility.ACROBAT6
Acrobat 6 PDFCompatibility.ACROBAT7
Acrobat 7 PDFCompatibility.ACROBAT8
Acrobat 8
Value Description PDFOverprint.DISCARDPDFOVERPRINT
Discard Pdf Overprint PDFOverprint.PRESERVEPDFOVERPRINT
Preserve Pdf Overprint
Value Description PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION
128 High Resolution PDFPrintAllowedEnum.PRINT128LOWRESOLUTION
128 Low Resolution PDFPrintAllowedEnum.PRINT128NONE
128 None PDFPrintAllowedEnum.PRINT40HIGHRESOLUTION
40 High Resolution PDFPrintAllowedEnum.PRINT40NONE
40 None
Value Description PDFTrimMarkWeight.TRIMMARKWEIGHT0125
Weight 0125 PDFTrimMarkWeight.TRIMMARKWEIGHT025
Weight 025 PDFTrimMarkWeight.TRIMMARKWEIGHT05
Weight 05
Value Description PDFXStandard.PDFX1A2001
PDFX1A2001 PDFXStandard.PDFX1A2003
PDFX1A2003 PDFXStandard.PDFX32002
PDFX32002 PDFXStandard.PDFX32003
PDFX32003 PDFXStandard.PDFX42007
PDFX42007 PDFXStandard.PDFXNONE
PDFXNONE
Value Description PerspectiveGridType.OnePointPerspectiveGridType
One Point Perspective Grid Type PerspectiveGridType.TwoPointPerspectiveGridType
Two Point Perspective Grid Type PerspectiveGridType.ThreePointPerspectiveGridType
Three Point Perspective Grid Type PerspectiveGridType.InvalidPerspectiveGridType
Invalid Perspective Grid Type
Value Description PerspectiveGridPlaneType.GRIDLEFTPLANETYPE
Grid Left Plane Type PerspectiveGridPlaneType.GRIDRIGHTPLANETYPE
Grid Right Plane Type PerspectiveGridPlaneType.GRIDFLOORPLANETYPE
Grid Floor Plane Type PerspectiveGridPlaneType.INVALIDGRIDPLANETYPE
Invalid Grid Plane Type
Value Description PhotoshopCompatibility.Photoshop6
Photoshop 6 PhotoshopCompatibility.Photoshop8
Photoshop 8
The type of path point selected
Value Description PointType.CORNER
Corner PointType.SMOOTH
Smooth
Value Description PolarityValues.NEGATIVE
Negative PolarityValues.POSITIVE
Positive
Value Description PostScriptImageCompressionType.IMAGECOMPRESSIONNONE
todo PostScriptImageCompressionType.JPEG
todo PostScriptImageCompressionType.RLE
todo
Value Description PrintArtworkDesignation.ALLLAYERS
All Layers PrintArtworkDesignation.VISIBLELAYERS
Visible Layers PrintArtworkDesignation.VISIBLEPRINTABLELAYERS
Visible Printable Layers
Value Description PrintColorIntent.ABSOLUTECOLORIMETRIC
todo PrintColorIntent.PERCEPTUALINTENT
todo PrintColorIntent.RELATIVECOLORIMETRIC
todo PrintColorIntent.SATURATIONINTENT
todo
Value Description PrintColorProfile.CUSTOMPROFILE
Custom Profile PrintColorProfile.PRINTERPROFILE
Printer Profile PrintColorProfile.OLDSTYLEPROFILE
Oldstyle Profile PrintColorProfile.SOURCEPROFILE
Source Profile
Value Description PrintColorSeparationMode.COMPOSITE
Composite PrintColorSeparationMode.HOSTBASEDSEPARATION
Host-Based Separation PrintColorSeparationMode.INRIPSEPARATION
Inrip Separation
Value Description PrinterColorMode.BLACKANDWHITEPRINTER
Black & White PrinterColorMode.COLORPRINTER
Color PrinterColorMode.GRAYSCALEPRINTER
Grayscale
Value Description PrinterPostScriptLevelEnum.PSLEVEL1
PS LEVEL 1 PrinterPostScriptLevelEnum.PSLEVEL2
PS LEVEL 2 PrinterPostScriptLevelEnum.PSLEVEL3
PS LEVEL 3
Value Description PrinterTypeEnum.NONPOSTSCRIPTPRINTER
Non Postscript Printer PrinterTypeEnum.POSTSCRIPTPRINTER
Postscript Printer PrinterTypeEnum.Unknown
Unknown
Value Description PrintFontDownloadMode.DOWNLOADNONE
Download None PrintFontDownloadMode.DOWNLOADCOMPLETE
Download Complete PrintFontDownloadMode.DOWNLOADSUBSET
Download Subset
Value Description PrintingBounds.ARTBOARDBOUNDS
Artboard Bounds PrintingBounds.ARTWORKBOUNDS
Artwork Bounds
The artwork printing orientation.
Value Description PrintOrientation.AUTOROTATE
Auto Rotate PrintOrientation.LANDSCAPE
Landscape PrintOrientation.PORTRAIT
Portrait PrintOrientation.REVERSELANDSCAPE
Reverse Landscape PrintOrientation.REVERSEPORTRAIT
Reverse Portrait
Value Description PrintPosition.TRANSLATEBOTTOM
Translate Bottom PrintPosition.TRANSLATEBOTTOMLEFT
Translate Bottom Left PrintPosition.TRANSLATEBOTTOMRIGHT
Translate Bottom Right PrintPosition.TRANSLATECENTER
Translate Center PrintPosition.TRANSLATELEFT
Translate Left PrintPosition.TRANSLATERIGHT
Translate Right PrintPosition.TRANSLATETOP
Translate Top PrintPosition.TRANSLATETOPLEFT
Translate Top Left PrintPosition.TRANSLATETOPRIGHT
Translate Top Right
Value Description PrintTiling.TILEFULLPAGES
Full Pages PrintTiling.TILESINGLEFULLPAGE
Single Full Page PrintTiling.TILEIMAGEABLEAREAS
Imageable Areas
The color model for the rasterization.
Value Description RasterizationColorModel.BITMAP
Bitmap RasterizationColorModel.DEFAULTCOLORMODEL
Default Color Model RasterizationColorModel.GRAYSCALE
Grayscale
The status of a raster item’s linked image if the image is stored externally
Value Description RasterLinkState.DATAFROMFILE
Data From File RasterLinkState.DATAMODIFIED
Data Modified RasterLinkState.NODATA
No Data
The default measurement units for the rulers of a document
Value Description RulerUnits.Centimeters
Centimeters RulerUnits.Qs
Qs RulerUnits.Inches
Inches RulerUnits.Pixels
Pixels RulerUnits.Millimeters
Millimeters RulerUnits.Unknown
Unknown RulerUnits.Picas
Picas RulerUnits.Points
Points
Save options provided when closing a document.
Value Description SaveOptions.DONOTSAVECHANGES
Do Not Save Changes SaveOptions.SAVECHANGES
Save Changes SaveOptions.PROMPTTOSAVECHANGES
Prompt To Save Changes
The mode of display for a view.
Value Description ScreenMode.DESKTOP
Desktop ScreenMode.MULTIWINDOW
Multi Window ScreenMode.FULLSCREEN
Fullscreen
The custom color kind of a spot color.
Value Description SpotColorKind.SpotCMYK
CMYK SpotColorKind.SpotLAB
LAB SpotColorKind.SpotRGB
RGB
The type of line capping for a path stroke.
Value Description StrokeCap.BUTTENDCAP
Butt StrokeCap.ROUNDENDCAP
Round StrokeCap.PROJECTINGENDCAP
Projecting
The type of joints for a path stroke.
Value Description StrokeJoin.BEVELENDJOIN
Bevel StrokeJoin.ROUNDENDJOIN
Round StrokeJoin.MITERENDJOIN
Miter
Value Description StyleRunAlignmentType.bottom
Bottom StyleRunAlignmentType.icfTop
ICF Top StyleRunAlignmentType.center
Center StyleRunAlignmentType.ROMANBASELINE
Roman Baseline StyleRunAlignmentType.icfBottom
ICF Bottom StyleRunAlignmentType.top
Top
How should the CSS properties of the document be included in an exported SVG file
Value Description SVGCSSPropertyLocation.ENTITIES
Entities SVGCSSPropertyLocation.STYLEATTRIBUTES
Style Attributes SVGCSSPropertyLocation.PRESENTATIONATTRIBUTES
Presentation Attributes SVGCSSPropertyLocation.STYLEELEMENTS
Style Elements
How should the text in the document be encoded when exporting an SVG file
Value Description SVGDocumentEncoding.ASCII
ASCII SVGDocumentEncoding.UTF8
UTF8 SVGDocumentEncoding.UTF16
UTF16
SVG version compatibility for exported files
Value Description SVGDTDVersion.SVG1_0
SVG1_0 SVGDTDVersion.SVG1_1
SVG1_1 SVGDTDVersion.SVGBASIC1_1
SVGBASIC1_1 SVGDTDVersion.SVGTINY1_1
SVGTINY1_1 SVGDTDVersion.SVGTINY1_1PLUS
SVGTINY1_1PLUS SVGDTDVersion.SVGTINY1_2
SVGTINY1_2
What font glyphs should be included in exported SVG files
Value Description SVGFontSubsetting.ALLGLYPHS
All Glyphs SVGFontSubsetting.GLYPHSUSEDPLUSENGLISH
Glyphs Used Plus English SVGFontSubsetting.COMMONENGLISH
Common English SVGFontSubsetting.GLYPHSUSEDPLUSROMAN
Glyphs Used Plus Roman SVGFontSubsetting.COMMONROMAN
Common Roman SVGFontSubsetting.GLYPHSUSED
Glyphs Used SVGFontSubsetting.None
None
Types for fonts included in exported SVG files
Value Description SVGFontType.CEFFONT
CEF Font SVGFontType.SVGFONT
SVG Font SVGFontType.OUTLINEFONT
Outline Font
Registration points for symbols.
Value Description SymbolRegistrationPoint.SYMBOLBOTTOMLEFTPOINT
Bottom Left Point SymbolRegistrationPoint.SYMBOLBOTTOMMIDDLEPOINT
Bottom Middle Point SymbolRegistrationPoint.SYMBOLBOTTOMRIGHTPOINT
Bottom Right Point SymbolRegistrationPoint.SYMBOLCENTERPOINT
Center Point SymbolRegistrationPoint.SYMBOLMIDDLELEFTPOINT
Middle Left Point SymbolRegistrationPoint.SYMBOLMIDDLERIGHTPOINT
Middle Right Point SymbolRegistrationPoint.SYMBOLTOPLEFTPOINT
Top Left Point SymbolRegistrationPoint.SYMBOLTOPMIDDLEPOINT
Top Middle Point SymbolRegistrationPoint.SYMBOLTOPRIGHTPOINT
Top Right Point
The alignment of a tab stop.
Value Description TabStopAlignment.Center
Center TabStopAlignment.Decimal
Decimal TabStopAlignment.Left
Left TabStopAlignment.Right
Right
The type of text anti-aliasing in a text art item.
Value Description TextAntialias.CRISP
Crisp TextAntialias.NONE
None TextAntialias.SHARP
Sharp TextAntialias.STRONG
Strong
The orientation of text in a text art item.
Value Description TextOrientation.HORIZONTAL
Horizontal TextOrientation.VERTICAL
Vertical
The text-preserve policy used by the FXG file format.
Value Description TextPreservePolicy.AUTOMATICALLYCONVERTTEXT
Automatically Convert Text TextPreservePolicy.OUTLINETEXT
Outline Text TextPreservePolicy.KEEPTEXTEDITABLE
Keep Text Editable TextPreservePolicy.RASTERIZETEXT
Rasterize Text
The type of text art displayed by this object.
Value Description TextType.AREATEXT
Area Text TextType.POINTTEXT
Point Text TextType.PATHTEXT
Path Text
The byte order to use for an exported TIFF file.
Value Description TIFFByteOrder.IBMPC
IBM PC TIFFByteOrder.MACINTOSH
Macintosh
Value Description TracingModeType.TRACINGMODEBLACKANDWHITE
Black & White TracingModeType.TRACINGMODECOLOR
Color TracingModeType.TRACINGMODEGRAY
Gray
The point to use as the anchor point about which an object is rotated, resized, or transformed.
Value Description Transformation.BOTTOM
Bottom Transformation.BOTTOMLEFT
Bottom Left Transformation.BOTTOMRIGHT
Bottom Right Transformation.CENTER
Center Transformation.DOCUMENTORIGIN
Document Origin Transformation.LEFT
Left Transformation.RIGHT
Right Transformation.TOP
Top Transformation.TOPLEFT
Top Left Transformation.TOPRIGHT
Top Right
Value Description TrappingType.IGNOREOPAQUE
todo TrappingType.OPAQUE
todo TrappingType.NORMALTRAPPING
todo TrappingType.TRANSPARENT
todo
User interface settings
Value Description UserInteractionLevel.DISPLAYALERTS
Display Alerts UserInteractionLevel.DONTDISPLAYALERTS
Don’t Display Alerts
What type of variables are included in the document.
Value Description VariableKind.GRAPH
Graph VariableKind.IMAGE
Image VariableKind.VISIBILITY
Visibility VariableKind.TEXTUAL
Textual VariableKind.Unknown
Unknown
The raster visualization mode for tracing.
Value Description ViewRasterType.TRACINGVIEWRASTERADJUSTEDIMAGE
Adjusted Image ViewRasterType.TRACINGVIEWRASTERNOIMAGE
No Image ViewRasterType.TRACINGVIEWRASTERORIGINALIMAGE
Original Image ViewRasterType.TRACINGVIEWRASTERTRANSPARENTIMAGE
Transparent Image
The vector visualization mode for tracing.
Value Description ViewVectorType.TRACINGVIEWVECTORNOTRACINGRESULT
No Tracing Result ViewVectorType.TRACINGVIEWVECTOROUTLINES
Outlines ViewVectorType.TRACINGVIEWVECTOROUTLINESWITHTRACING
Outlines With Tracing ViewVectorType.TRACINGVIEWVECTORTRACINGRESULT
Tracing Result
Value Description WariChuJustificationType.Center
Center WariChuJustificationType.Left
Left WariChuJustificationType.Right
Right WariChuJustificationType.WARICHUAUTOJUSTIFY
Warichu Auto Justify WariChuJustificationType.WARICHUFULLJUSTIFY
Warichu Full Justify WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINECENTER
Warichu Full Justify Last Line Center WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINELEFT
Warichu Full Justify Last Line Left WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINERIGHT
Warichu Full Justify Last Line Right
The method used to arrange an art item’s position in the stacking order of its parent group or layer, as specified with the zOrder method
Value Description ZOrderMethod.BRINGFORWARD
Bring Forward ZOrderMethod.SENDBACKWARD
Send Backward ZOrderMethod.BRINGTOFRONT
Bring To Front ZOrderMethod.SENDTOBACK
Send To Back