Skip to content

Scripting Constants

Scripting Constants

This chapter lists and describes the enumerations defined for use with Illustrator JavaScript properties and methods.


AlternateGlyphsForm

The alternate glyphs form of text.

ValueDescription
AlternateGlyphsForm.DEFAULTFORMDefaultform
AlternateGlyphsForm.TRADITIONALTraditional
AlternateGlyphsForm.EXPERTExpert
AlternateGlyphsForm.JIS78FORMJIS78FORM
AlternateGlyphsForm.JIS83FORMJIS83FORM
AlternateGlyphsForm.HALFWIDTHHalf Width
AlternateGlyphsForm.THIRDWIDTHThird Width
AlternateGlyphsForm.QUARTERWIDTHQuarter Width
AlternateGlyphsForm.FULLWIDTHFull Width
AlternateGlyphsForm.PROPORTIONALWIDTHProportional Width
AlternateGlyphsForm.JIS90FORMJIS90FORM
AlternateGlyphsForm.JIS04FORMJIS04FORM

Example

textRef.textRange.characters[i].characterAttributes.alternateGlyphs == AlternateGlyphsForm.DEFAULTFORM;
textRef.textRange.characters[i].characterAttributes.alternateGlyphs == AlternateGlyphsForm.FULLWIDTH

AntiAliasingMethod

The type of antialiasing method used in the rasterization.

ValueDescription
AntiAliasingMethod.NoneNo antialiasing is allowed.
AntiAliasingMethod.ARTOPTIMIZEDOptimize for the art object.
AntiAliasingMethod.TYPEOPTIMIZEDOptimize for the type object.

ArtClippingOption

How the art should be clipped during output.

ValueDescription
ArtClippingOption.OUTPUTARTBOUNDSOutput size is the size of the artwork.
ArtClippingOption.OUTPUTARTBOARDBOUNDSOutput size is the size of the artboard.
ArtClippingOption.OUTPUTCROPRECTBOUNDSOutput size is the size of the crop area.

AutoCADColors

ValueDescription
AutoCADColors.Max8ColorsMax 8 CColors
AutoCADColors.Max16ColorsMax 16 Colors
AutoCADColors.Max256ColorsMax 25 6Colors
AutoCADColors.TrueColorsTrue Colors

AutoCADCompatibility

ValueDescription
AutoCADCompatibility.AutoCADRelease13Release 13
AutoCADCompatibility.AutoCADRelease18Release 18
AutoCADCompatibility.AutoCADRelease14Release 14
AutoCADCompatibility.AutoCADRelease21Release 21
AutoCADCompatibility.AutoCADRelease15Release 15
AutoCADCompatibility.AutoCADRelease24Release 24

AutoCADExportFileFormat

ValueDescription
AutoCADExportFileFormat.DXFDXF
AutoCADExportFileFormat.DWGDWG

AutoCADExportOption

ValueDescription
AutoCADExportOption.PreserveAppearancePreserve Appearance
AutoCADExportOption.MaximizeEditabilityMaximize Editability

AutoCADGlobalScaleOption

ValueDescription
AutoCADGlobalScaleOption.OriginalSizeOriginal Size
AutoCADGlobalScaleOption.ScaleByValueScale by Value
AutoCADGlobalScaleOption.FitArtboardFit Artboard

AutoCADRasterFormat

ValueDescription
AutoCADRasterFormat.PNGPNG
AutoCADRasterFormat.JPEGJPEG

AutoCADUnit

ValueDescription
AutoCADUnit.PointsPoints
AutoCADUnit.PicasPicas
AutoCADUnit.InchesInches
AutoCADUnit.MillimetersMillimeters
AutoCADUnit.CentimetersCentimeters
AutoCADUnit.PixelsPixels

AutoKernType

The auto kern type.

ValueDescription
AutoKernType.NOAUTOKERNNone
AutoKernType.AUTOAuto
AutoKernType.OPTICALOptical
AutoKernType.METRICSROMANONLYMetrics

AutoLeadingType

The auto leading type.

ValueDescription
AutoLeadingType.BOTTOMTOBOTTOMBottom to Bottom
AutoLeadingType.TOPTOTOPTop to Top

BaselineDirectionType

The baseline direction type.

ValueDescription
BaselineDirectionType.StandardStandard
BaselineDirectionType.VerticalRotatedVertical Rotated
BaselineDirectionType.TateChuYokoTateChuYoko

BlendAnimationType

ValueDescription
BlendAnimationType.INBUILDIn Build
BlendAnimationType.NOBLENDANIMATIONNone
BlendAnimationType.INSEQUENCEIn Sequence

BlendModes

The blend mode used when compositing an object.

ValueDescription
BlendModes.COLORBLENDColor
BlendModes.COLORBURNColor Burn
BlendModes.COLORDODGEColor Dodge
BlendModes.DARKENDarken
BlendModes.DIFFERENCEDifference
BlendModes.EXCLUSIONExclusion
BlendModes.HARDLIGHTHard Light
BlendModes.HUEHue
BlendModes.LIGHTENLighten
BlendModes.LUMINOSITYLuminosity
BlendModes.MULTIPLYMultiply
BlendModes.NORMALNormal
BlendModes.OVERLAYOverlay
BlendModes.SATURATIONBLENDSaturation
BlendModes.SCREENScreen
BlendModes.SOFTLIGHTSoft Light

BlendsExpandPolicy

Policy used by FXG file format to expand blends.

ValueDescription
BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDSAutomatically convert blends
BlendsExpandPolicy.RASTERIZEBLENDSRasterize blends

BurasagariTypeEnum

The Burasagari type.

ValueDescription
BurasagariTypeEnum.ForcedForced
BurasagariTypeEnum.NoneNone
BurasagariTypeEnum.StandardStandard

CaseChangeType

The case change type.

ValueDescription
CaseChangeType.LOWERCASELowercase ("hello world")
CaseChangeType.SENTENCECASESentence case ("Hello world")
CaseChangeType.TITLECASETitle case ("Hello World")
CaseChangeType.UPPERCASEUppercase ("HELLO WORLD")

ColorConversion

The color conversion policy.

ValueDescription
ColorConversion.COLORCONVERSIONREPURPOSEColor Conversion Repurpose
ColorConversion.COLORCONVERSIONTODESTColor Conversion to Dest
ColorConversion.NoneNone

ColorConvertPurpose

The purpose of color conversion using the ConvertSampleColor method of the Application class.

ValueDescription
ColorConvertPurpose.defaultpurposeDefault
ColorConvertPurpose.exportpurposeExport
ColorConvertPurpose.previewpurposePreview
ColorConvertPurpose.dummypurposeDummy

ColorDestination

Destination profile

ValueDescription
ColorDestination.COLORDESTINATIONDOCCMYKDoc CMYK
ColorDestination.COLORDESTINATIONDOCRGBDoc RGB
ColorDestination.COLORDESTINATIONPROFILEProfile
ColorDestination.COLORDESTINATIONWORKINGCMYKWorking CMYK
ColorDestination.COLORDESTINATIONWORKINGRGBWorking RGB
ColorDestination.NoneNone

ColorDitherMethod

The method used to dither colors in exported GIF and PNG8 images.

ValueDescription
ColorDitherMethod.DIFFUSIONDiffusion
ColorDitherMethod.NOISENoise
ColorDitherMethod.NOREDUCTIONNo Reduction
ColorDitherMethod.PATTERNDITHERPattern Dither

ColorModel

The color model to use.

ValueDescription
ColorModel.PROCESSProcess
ColorModel.REGISTRATIONRegistration
ColorModel.SPOTSpot

ColorProfile

ValueDescription
ColorProfile.INCLUDEALLPROFILEInclude All Profile
ColorProfile.INCLUDEDESTPROFILEInclude Dest Profile
ColorProfile.INCLUDERGBPROFILEInclude RGB Profile
ColorProfile.LEAVEPROFILEUNCHANGEDLeave Profile Unchanged
ColorProfile.NoneNone

ColorReductionMethod

The method used to reduce the number of colors in exported GIF and PNG8 images.

ValueDescription
ColorReductionMethod.ADAPTIVEAdaptive
ColorReductionMethod.SELECTIVESelective
ColorReductionMethod.PERCEPTUALPerceptual
ColorReductionMethod.WEBWeb

ColorType

The color specification for an individual color.

ValueDescription
ColorType.CMYKCmyk
ColorType.GRADIENTGradient
ColorType.GRAYGray
ColorType.PATTERNPattern
ColorType.RGBRgb
ColorType.SPOTSpot
ColorType.NONENone

Compatibility

The version of the Illustrator file to create when saving an EPS or Illustrator file

ValueDescription
Compatibility.ILLUSTRATOR8Illustrator 8
Compatibility.ILLUSTRATOR9Illustrator 9
Compatibility.ILLUSTRATOR10Illustrator 10
Compatibility.ILLUSTRATOR11Illustrator 11
Compatibility.ILLUSTRATOR12Illustrator 12
Compatibility.ILLUSTRATOR13Illustrator 13
Compatibility.ILLUSTRATOR14Illustrator 14
Compatibility.ILLUSTRATOR15Illustrator 15
Compatibility.ILLUSTRATOR16Illustrator 16
Compatibility.ILLUSTRATOR17Illustrator 17
Compatibility.ILLUSTRATOR19Illustrator 19
Compatibility.JAPANESEVERSION3Japanese Version 3

CompressionQuality

The quality of bitmap compression used when saving a PDF file

ValueDescription
CompressionQuality.AUTOMATICJPEG2000HIGHtodo
CompressionQuality.AUTOMATICJPEG2000LOSSLESStodo
CompressionQuality.AUTOMATICJPEG2000LOWtodo
CompressionQuality.AUTOMATICJPEG2000MAXIMUMtodo
CompressionQuality.AUTOMATICJPEG2000MEDIUMtodo
CompressionQuality.AUTOMATICJPEG2000MINIMUMtodo
CompressionQuality.AUTOMATICJPEGHIGHtodo
CompressionQuality.AUTOMATICJPEGLOWtodo
CompressionQuality.AUTOMATICJPEGMAXIMUMtodo
CompressionQuality.AUTOMATICJPEGMEDIUMtodo
CompressionQuality.AUTOMATICJPEGMINIMUMtodo
CompressionQuality.JPEG2000HIGHtodo
CompressionQuality.JPEG2000LOSSLESStodo
CompressionQuality.JPEG2000LOWtodo
CompressionQuality.JPEG2000MAXIMUMtodo
CompressionQuality.JPEG2000MEDIUMtodo
CompressionQuality.JPEG2000MINIMUMtodo
CompressionQuality.JPEGHIGHtodo
CompressionQuality.JPEGLOWtodo
CompressionQuality.JPEGMAXIMUMtodo
CompressionQuality.JPEGMEDIUMtodo
CompressionQuality.JPEGMINIMUMtodo
CompressionQuality.ZIP4BITtodo
CompressionQuality.ZIP8BITtodo
CompressionQuality.Nonetodo

CoordinateSystem

The coordinate system used by Illustrator

ValueDescription
CoordinateSystem.ARTBOARDCOORDINATESYSTEMtodo
CoordinateSystem.DOCUMENTCOORDINATESYSTEMtodo

CropOptions

The style of a document’s cropping box

ValueDescription
CropOptions.JapaneseJapanese
CropOptions.StandardStandard

DocumentArtboardLayout

The layout of in the new document.

ValueDescription
DocumentArtboardLayout.Columntodo
DocumentArtboardLayout.GridByColtodo
DocumentArtboardLayout.GridByRowtodo
DocumentArtboardLayout.RLGridByColtodo
DocumentArtboardLayout.RLGridByRowtodo
DocumentArtboardLayout.RLRowtodo
DocumentArtboardLayout.Rowtodo

DocumentColorSpace

The color space of a document

ValueDescription
DocumentColorSpace.CMYKCMYK
DocumentColorSpace.RGBRGB

DocumentLayoutStyle

Layout style for the document

ValueDescription
DocumentLayoutStyle.CASCADEtodo
DocumentLayoutStyle.CONSOLIDATEALLtodo
DocumentLayoutStyle.FLOATALLtodo
DocumentLayoutStyle.HORIZONTALTILEtodo
DocumentLayoutStyle.VERTICALTILEtodo

DocumentPresetType

The preset types available for new documents.

ValueDescription
DocumentPresetType.BasicCMYKBasic CMYK
DocumentPresetType.BasicRGBBasic RGB
DocumentPresetType.MobileMobile
DocumentPresetType.PrintPrint
DocumentPresetType.VideoVideo
DocumentPresetType.WebWeb

DocumentPreviewMode

The document preview mode.

ValueDescription
DocumentPreviewMode.DefaultPreviewDefault
DocumentPreviewMode.OverprintPreviewOverprint
DocumentPreviewMode.PixelPreviewPixel

DocumentRasterResolution

The preset document raster resolution.

ValueDescription
DocumentRasterResolution.ScreenResolutionScreen Resolution
DocumentRasterResolution.HighResolutionHigh Resolution
DocumentRasterResolution.MediumResolutionMedium Resolution

DocumentTransparencyGrid

Document transparency grid colors.

ValueDescription
DocumentTransparencyGrid.TransparencyGridBlueBlue
DocumentTransparencyGrid.TransparencyGridDarkDark
DocumentTransparencyGrid.TransparencyGridGreenGreen
DocumentTransparencyGrid.TransparencyGridLightLight
DocumentTransparencyGrid.TransparencyGridMediumMedium
DocumentTransparencyGrid.TransparencyGridNoneNone
DocumentTransparencyGrid.TransparencyGridOrangeOrange
DocumentTransparencyGrid.TransparencyGridPurplePurple
DocumentTransparencyGrid.TransparencyGridRedRed

DocumentType

The file format used to save a file.

ValueDescription
DocumentType.EPSEPS
DocumentType.FXGFXG
DocumentType.ILLUSTRATORIllustrator
DocumentType.PDFPDF

DownsampleMethod

ValueDescription
DownsampleMethod.AVERAGEDOWNSAMPLEAverage Downsample
DownsampleMethod.BICUBICDOWNSAMPLEBicubic Downsample
DownsampleMethod.NODOWNSAMPLENo Downsample
DownsampleMethod.SUBSAMPLESubsample

ElementPlacement

ValueDescription
ElementPlacement.INSIDEInside
ElementPlacement.PLACEAFTERPlace After
ElementPlacement.PLACEATBEGINNINGPlace At Beginning
ElementPlacement.PLACEATENDPlace At End
ElementPlacement.PLACEBEFOREPlace Before

EPSPostScriptLevelEnum

ValueDescription
EPSPostScriptLevelEnum.LEVEL2Level 2
EPSPostScriptLevelEnum.LEVEL3Level 3

EPSPreview

The preview image format used when saving an EPS file

ValueDescription
EPSPreview.BWTIFFtodo
EPSPreview.COLORTIFFtodo
EPSPreview.TRANSPARENTCOLORTIFFtodo
EPSPreview.Nonetodo

ExportType

The file format used to export a file

ValueDescription
ExportType.AutoCADAutoCAD
ExportType.FLASHFLASH
ExportType.GIFGIF
ExportType.JPEGJPEG
ExportType.PhotoshopPhotoshop
ExportType.PNG24PNG24
ExportType.PNG8PNG8
ExportType.SVGSVG
ExportType.TIFFTIFF

FigureStyleType

ValueDescription
FigureStyleType.DEFAULTFIGURESTYLEtodo
FigureStyleType.PROPORTIONALtodo
FigureStyleType.PROPORTIONALOLDSTYLEtodo
FigureStyleType.TABULARtodo
FigureStyleType.TABULAROLDSTYLEtodo

FiltersPreservePolicy

The filters preserve policy used by the FXG file format.

ValueDescription
FiltersPreservePolicy.EXPANDFILTERStodo
FiltersPreservePolicy.KEEPFILTERSEDITABLEtodo
FiltersPreservePolicy.RASTERIZEFILTERStodo

FlashExportStyle

The method used to convert Illustrator images when exporting files

ValueDescription
FlashExportStyle.ASFLASHFILEtodo
FlashExportStyle.LAYERSASFILEStodo
FlashExportStyle.LAYERSASFRAMEStodo
FlashExportStyle.LAYERSASSYMBOLStodo
FlashExportStyle.TOFILEStodo

FlashExportVersion

Version for exported SWF file.

ValueDescription
FlashExportVersion.FlashVersion1Version 1
FlashExportVersion.FlashVersion2Version 2
FlashExportVersion.FlashVersion3Version 3
FlashExportVersion.FlashVersion4Version 4
FlashExportVersion.FlashVersion5Version 5
FlashExportVersion.FlashVersion6Version 6
FlashExportVersion.FlashVersion7Version 7
FlashExportVersion.FlashVersion8Version 8
FlashExportVersion.FlashVersion9Version 9

FlashImageFormat

The format used to store flash images.

ValueDescription
FlashImageFormat.LOSSLESSLossless
FlashImageFormat.LOSSYLossy

FlashJPEGMethod

The method used to store JPEG images.

ValueDescription
FlashJPEGMethod.OptimizedOptimized
FlashJPEGMethod.StandardStandard

FlashPlaybackSecurity

ValueDescription
FlashPlaybackSecurity.PlaybackLocalLocal
FlashPlaybackSecurity.PlaybackNetworkNetwork

FontBaselineOption

ValueDescription
FontBaselineOption.NORMALBASELINEtodo
FontBaselineOption.SUPERSCRIPTtodo
FontBaselineOption.SUBSCRIPTtodo

FontCapsOption

ValueDescription
FontCapsOption.ALLCAPSAll Caps
FontCapsOption.ALLSMALLCAPSAll Smallcaps
FontCapsOption.NORMALCAPSNormal Caps
FontCapsOption.SMALLCAPSSmall Caps

FontOpenTypePositionOption

ValueDescription
FontOpenTypePositionOption.DENOMINATORDenominator
FontOpenTypePositionOption.NUMERATORNumerator
FontOpenTypePositionOption.OPENTYPEDEFAULTOpentype Default
FontOpenTypePositionOption.OPENTYPESUBSCRIPTOpentype Subscript
FontOpenTypePositionOption.OPENTYPESUPERSCRIPTOpentype Superscript

FontSubstitutionPolicy

ValueDescription
FontSubstitutionPolicy.SUBSTITUTEDEVICEDevice
FontSubstitutionPolicy.SUBSTITUTEOBLIQUEOblique
FontSubstitutionPolicy.SUBSTITUTETINTTint

FXGVersion

The FXG file-format version.

ValueDescription
FXGVersion.VERSION1PT0Version 1 PT0
FXGVersion.VERSION2PT0Version 2 PT0

GradientsPreservePolicy

The gradients preserve policy used by the FXG file format.

ValueDescription
GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTSAutomaticaly Convert Gradients
GradientsPreservePolicy.KEEPGRADIENTSEDITABLEKeep Gradients Editable

GradientType

The type of gradient.

ValueDescription
GradientType.LINEARLinear
GradientType.RADIALRadial

ImageColorSpace

The color space of a raster item or an exported file

ValueDescription
ImageColorSpace.CMYKCMYK
ImageColorSpace.DeviceNDeviceN
ImageColorSpace.GrayscaleGrayscale
ImageColorSpace.IndexedIndexed
ImageColorSpace.LABLAB
ImageColorSpace.RGBRGB
ImageColorSpace.SeparationSeparation

InkPrintStatus

ValueDescription
InkPrintStatus.CONVERTINKConvert Ink
InkPrintStatus.ENABLEINKEnable Ink
InkPrintStatus.DISABLEINKDisable Ink

InkType

ValueDescription
InkType.BLACKINKBlack Ink
InkType.CUSTOMINKCustom Ink
InkType.CYANINKCyan Ink
InkType.MAGENTAINKMagenta Ink
InkType.YELLOWINKYellow Ink

JavaScriptExecutionMode

ValueDescription
JavaScriptExecutionMode.BeforeRunningBefore Running
JavaScriptExecutionMode.OnRuntimeErrorOn Runtime Error
JavaScriptExecutionMode.neverNever

Justification

The alignment or justification for a paragraph of text.

ValueDescription
Justification.CENTERCenter
Justification.FULLJUSTIFYFull Justify
Justification.FULLJUSTIFYLASTLINECENTERFull Justify Last Line Center
Justification.FULLJUSTIFYLASTLINELEFTFull Justify Last Line Left
Justification.FULLJUSTIFYLASTLINERIGHTFull Justify Last Line Right
Justification.LEFTLeft
Justification.RIGHTRight

KinsokuOrderEnum

ValueDescription
KinsokuOrderEnum.PUSHINtodo
KinsokuOrderEnum.PUSHOUTFIRSTtodo
KinsokuOrderEnum.PUSHOUTONLYtodo

KnockoutState

The type of knockout to use on a page item.

ValueDescription
KnockoutState.DISABLEDDisabled
KnockoutState.ENABLEDEnabled
KnockoutState.INHERITEDInherited
KnockoutState.UnknownUnknown

LanguageType

ValueDescription
LanguageType.BOKMALNORWEGIANtodo
LanguageType.BRAZILLIANPORTUGUESEtodo
LanguageType.BULGARIANtodo
LanguageType.CANADIANFRENCHtodo
LanguageType.CATALANtodo
LanguageType.CHINESEtodo
LanguageType.CZECHtodo
LanguageType.DANISHtodo
LanguageType.DUTCHtodo
LanguageType.DUTCH2005REFORMtodo
LanguageType.ENGLISHtodo
LanguageType.FINNISHtodo
LanguageType.GERMAN2006REFORMtodo
LanguageType.GREEKtodo
LanguageType.HUNGARIANtodo
LanguageType.ICELANDICtodo
LanguageType.ITALIANtodo
LanguageType.JAPANESEtodo
LanguageType.NYNORSKNORWEGIANtodo
LanguageType.OLDGERMANtodo
LanguageType.POLISHtodo
LanguageType.RUMANIANtodo
LanguageType.RUSSIANtodo
LanguageType.SERBIANtodo
LanguageType.SPANISHtodo
LanguageType.STANDARDFRENCHtodo
LanguageType.STANDARDGERMANtodo
LanguageType.STANDARDPORTUGUESEtodo
LanguageType.SWEDISHtodo
LanguageType.SWISSGERMANtodo
LanguageType.SWISSGERMAN2006REFORMtodo
LanguageType.TURKISHtodo
LanguageType.UKENGLISHtodo
LanguageType.UKRANIANtodo

LayerOrderType

ValueDescription
LayerOrderType.TOPDOWNTop Down
LayerOrderType.BOTTOMUPBottom Up

LibraryType

Illustrator library type.

ValueDescription
LibraryType.BrushesBrushes
LibraryType.GraphicStylesGraphic Styles
LibraryType.IllustratorArtworkIllustrator Artwork
LibraryType.SwatchesSwatches
LibraryType.SymbolsSymbols

MonochromeCompression

The type of compression to use on a monochrome bitmap item when saving a PDF file.

ValueDescription
MonochromeCompression.CCIT3CCIT3
MonochromeCompression.CCIT4CCIT4
MonochromeCompression.MONOZIPMONOZIP
MonochromeCompression.NoneNone
MonochromeCompression.RUNLENGTHRUNLENGTH

OutputFlattening

How transparency should be flattened when saving EPS and Illustrator file formats with compatibility set to versions of Illustrator earlier than Illustrator 10

ValueDescription
OutputFlattening.PRESERVEAPPEARANCEPreserve Appearance
OutputFlattening.PRESERVEPATHSPreserve Paths

PageMarksTypes

ValueDescription
PageMarksTypes.JapaneseJapanese
PageMarksTypes.RomanRoman

PathPointSelection

Which points, if any, of a path are selected.

ValueDescription
PathPointSelection.ANCHORPOINTtodo
PathPointSelection.LEFTDIRECTIONtodo
PathPointSelection.LEFTRIGHTPOINTtodo
PathPointSelection.NOSELECTIONtodo
PathPointSelection.RIGHTDIRECTIONtodo

PDFBoxType

ValueDescription
PDFBoxType.PDFARTBOXtodo
PDFBoxType.PDFBLEEDBOXtodo
PDFBoxType.PDFBOUNDINGBOXtodo
PDFBoxType.PDFCROPBOXtodo
PDFBoxType.PDFMEDIABOXtodo
PDFBoxType.PDFTRIMBOXtodo

PDFChangesAllowedEnum

ValueDescription
PDFChangesAllowedEnum.CHANGE128ANYCHANGEStodo
PDFChangesAllowedEnum.CHANGE128COMMENTINGtodo
PDFChangesAllowedEnum.CHANGE128EDITPAGEtodo
PDFChangesAllowedEnum.CHANGE128FILLFORMtodo
PDFChangesAllowedEnum.CHANGE128NONEtodo
PDFChangesAllowedEnum.CHANGE40ANYCHANGEStodo
PDFChangesAllowedEnum.CHANGE40COMMENTINGtodo
PDFChangesAllowedEnum.CHANGE40NONEtodo
PDFChangesAllowedEnum.CHANGE40PAGELAYOUTtodo

PDFCompatibility

The version of the Acrobat file format to create when saving a PDF file

ValueDescription
PDFCompatibility.ACROBAT4Acrobat 4
PDFCompatibility.ACROBAT5Acrobat 5
PDFCompatibility.ACROBAT6Acrobat 6
PDFCompatibility.ACROBAT7Acrobat 7
PDFCompatibility.ACROBAT8Acrobat 8

PDFOverprint

ValueDescription
PDFOverprint.DISCARDPDFOVERPRINTDiscard Pdf Overprint
PDFOverprint.PRESERVEPDFOVERPRINTPreserve Pdf Overprint

PDFPrintAllowedEnum

ValueDescription
PDFPrintAllowedEnum.PRINT128HIGHRESOLUTION128 High Resolution
PDFPrintAllowedEnum.PRINT128LOWRESOLUTION128 Low Resolution
PDFPrintAllowedEnum.PRINT128NONE128 None
PDFPrintAllowedEnum.PRINT40HIGHRESOLUTION40 High Resolution
PDFPrintAllowedEnum.PRINT40NONE40 None

PDFTrimMarkWeight

ValueDescription
PDFTrimMarkWeight.TRIMMARKWEIGHT0125Weight 0125
PDFTrimMarkWeight.TRIMMARKWEIGHT025Weight 025
PDFTrimMarkWeight.TRIMMARKWEIGHT05Weight 05

PDFXStandard

ValueDescription
PDFXStandard.PDFX1A2001PDFX1A2001
PDFXStandard.PDFX1A2003PDFX1A2003
PDFXStandard.PDFX32002PDFX32002
PDFXStandard.PDFX32003PDFX32003
PDFXStandard.PDFX42007PDFX42007
PDFXStandard.PDFXNONEPDFXNONE

PerspectiveGridType

ValueDescription
PerspectiveGridType.OnePointPerspectiveGridTypeOne Point Perspective Grid Type
PerspectiveGridType.TwoPointPerspectiveGridTypeTwo Point Perspective Grid Type
PerspectiveGridType.ThreePointPerspectiveGridTypeThree Point Perspective Grid Type
PerspectiveGridType.InvalidPerspectiveGridTypeInvalid Perspective Grid Type

PerspectiveGridPlaneType

ValueDescription
PerspectiveGridPlaneType.GRIDLEFTPLANETYPEGrid Left Plane Type
PerspectiveGridPlaneType.GRIDRIGHTPLANETYPEGrid Right Plane Type
PerspectiveGridPlaneType.GRIDFLOORPLANETYPEGrid Floor Plane Type
PerspectiveGridPlaneType.INVALIDGRIDPLANETYPEInvalid Grid Plane Type

PhotoshopCompatibility

ValueDescription
PhotoshopCompatibility.Photoshop6Photoshop 6
PhotoshopCompatibility.Photoshop8Photoshop 8

PointType

The type of path point selected

ValueDescription
PointType.CORNERCorner
PointType.SMOOTHSmooth

PolarityValues

ValueDescription
PolarityValues.NEGATIVENegative
PolarityValues.POSITIVEPositive

PostScriptImageCompressionType

ValueDescription
PostScriptImageCompressionType.IMAGECOMPRESSIONNONEtodo
PostScriptImageCompressionType.JPEGtodo
PostScriptImageCompressionType.RLEtodo

PrintArtworkDesignation

ValueDescription
PrintArtworkDesignation.ALLLAYERSAll Layers
PrintArtworkDesignation.VISIBLELAYERSVisible Layers
PrintArtworkDesignation.VISIBLEPRINTABLELAYERSVisible Printable Layers

PrintColorIntent

ValueDescription
PrintColorIntent.ABSOLUTECOLORIMETRICtodo
PrintColorIntent.PERCEPTUALINTENTtodo
PrintColorIntent.RELATIVECOLORIMETRICtodo
PrintColorIntent.SATURATIONINTENTtodo

PrintColorProfile

ValueDescription
PrintColorProfile.CUSTOMPROFILECustom Profile
PrintColorProfile.PRINTERPROFILEPrinter Profile
PrintColorProfile.OLDSTYLEPROFILEOldstyle Profile
PrintColorProfile.SOURCEPROFILESource Profile

PrintColorSeparationMode

ValueDescription
PrintColorSeparationMode.COMPOSITEComposite
PrintColorSeparationMode.HOSTBASEDSEPARATIONHost-Based Separation
PrintColorSeparationMode.INRIPSEPARATIONInrip Separation

PrinterColorMode

ValueDescription
PrinterColorMode.BLACKANDWHITEPRINTERBlack & White
PrinterColorMode.COLORPRINTERColor
PrinterColorMode.GRAYSCALEPRINTERGrayscale

PrinterPostScriptLevelEnum

ValueDescription
PrinterPostScriptLevelEnum.PSLEVEL1PS LEVEL 1
PrinterPostScriptLevelEnum.PSLEVEL2PS LEVEL 2
PrinterPostScriptLevelEnum.PSLEVEL3PS LEVEL 3

PrinterTypeEnum

ValueDescription
PrinterTypeEnum.NONPOSTSCRIPTPRINTERNon Postscript Printer
PrinterTypeEnum.POSTSCRIPTPRINTERPostscript Printer
PrinterTypeEnum.UnknownUnknown

PrintFontDownloadMode

ValueDescription
PrintFontDownloadMode.DOWNLOADNONEDownload None
PrintFontDownloadMode.DOWNLOADCOMPLETEDownload Complete
PrintFontDownloadMode.DOWNLOADSUBSETDownload Subset

PrintingBounds

ValueDescription
PrintingBounds.ARTBOARDBOUNDSArtboard Bounds
PrintingBounds.ARTWORKBOUNDSArtwork Bounds

PrintOrientation

The artwork printing orientation.

ValueDescription
PrintOrientation.AUTOROTATEAuto Rotate
PrintOrientation.LANDSCAPELandscape
PrintOrientation.PORTRAITPortrait
PrintOrientation.REVERSELANDSCAPEReverse Landscape
PrintOrientation.REVERSEPORTRAITReverse Portrait

PrintPosition

ValueDescription
PrintPosition.TRANSLATEBOTTOMTranslate Bottom
PrintPosition.TRANSLATEBOTTOMLEFTTranslate Bottom Left
PrintPosition.TRANSLATEBOTTOMRIGHTTranslate Bottom Right
PrintPosition.TRANSLATECENTERTranslate Center
PrintPosition.TRANSLATELEFTTranslate Left
PrintPosition.TRANSLATERIGHTTranslate Right
PrintPosition.TRANSLATETOPTranslate Top
PrintPosition.TRANSLATETOPLEFTTranslate Top Left
PrintPosition.TRANSLATETOPRIGHTTranslate Top Right

PrintTiling

ValueDescription
PrintTiling.TILEFULLPAGESFull Pages
PrintTiling.TILESINGLEFULLPAGESingle Full Page
PrintTiling.TILEIMAGEABLEAREASImageable Areas

RasterizationColorModel

The color model for the rasterization.

ValueDescription
RasterizationColorModel.BITMAPBitmap
RasterizationColorModel.DEFAULTCOLORMODELDefault Color Model
RasterizationColorModel.GRAYSCALEGrayscale

RasterLinkState

The status of a raster item’s linked image if the image is stored externally

ValueDescription
RasterLinkState.DATAFROMFILEData From File
RasterLinkState.DATAMODIFIEDData Modified
RasterLinkState.NODATANo Data

RulerUnits

The default measurement units for the rulers of a document

ValueDescription
RulerUnits.CentimetersCentimeters
RulerUnits.QsQs
RulerUnits.InchesInches
RulerUnits.PixelsPixels
RulerUnits.MillimetersMillimeters
RulerUnits.UnknownUnknown
RulerUnits.PicasPicas
RulerUnits.PointsPoints

SaveOptions

Save options provided when closing a document.

ValueDescription
SaveOptions.DONOTSAVECHANGESDo Not Save Changes
SaveOptions.SAVECHANGESSave Changes
SaveOptions.PROMPTTOSAVECHANGESPrompt To Save Changes

ScreenMode

The mode of display for a view.

ValueDescription
ScreenMode.DESKTOPDesktop
ScreenMode.MULTIWINDOWMulti Window
ScreenMode.FULLSCREENFullscreen

SpotColorKind

The custom color kind of a spot color.

ValueDescription
SpotColorKind.SpotCMYKCMYK
SpotColorKind.SpotLABLAB
SpotColorKind.SpotRGBRGB

StrokeCap

The type of line capping for a path stroke.

ValueDescription
StrokeCap.BUTTENDCAPButt
StrokeCap.ROUNDENDCAPRound
StrokeCap.PROJECTINGENDCAPProjecting

StrokeJoin

The type of joints for a path stroke.

ValueDescription
StrokeJoin.BEVELENDJOINBevel
StrokeJoin.ROUNDENDJOINRound
StrokeJoin.MITERENDJOINMiter

StyleRunAlignmentType

ValueDescription
StyleRunAlignmentType.bottomBottom
StyleRunAlignmentType.icfTopICF Top
StyleRunAlignmentType.centerCenter
StyleRunAlignmentType.ROMANBASELINERoman Baseline
StyleRunAlignmentType.icfBottomICF Bottom
StyleRunAlignmentType.topTop

SVGCSSPropertyLocation

How should the CSS properties of the document be included in an exported SVG file

ValueDescription
SVGCSSPropertyLocation.ENTITIESEntities
SVGCSSPropertyLocation.STYLEATTRIBUTESStyle Attributes
SVGCSSPropertyLocation.PRESENTATIONATTRIBUTESPresentation Attributes
SVGCSSPropertyLocation.STYLEELEMENTSStyle Elements

SVGDocumentEncoding

How should the text in the document be encoded when exporting an SVG file

ValueDescription
SVGDocumentEncoding.ASCIIASCII
SVGDocumentEncoding.UTF8UTF8
SVGDocumentEncoding.UTF16UTF16

SVGDTDVersion

SVG version compatibility for exported files

ValueDescription
SVGDTDVersion.SVG1_0SVG1_0
SVGDTDVersion.SVG1_1SVG1_1
SVGDTDVersion.SVGBASIC1_1SVGBASIC1_1
SVGDTDVersion.SVGTINY1_1SVGTINY1_1
SVGDTDVersion.SVGTINY1_1PLUSSVGTINY1_1PLUS
SVGDTDVersion.SVGTINY1_2SVGTINY1_2

SVGFontSubsetting

What font glyphs should be included in exported SVG files

ValueDescription
SVGFontSubsetting.ALLGLYPHSAll Glyphs
SVGFontSubsetting.GLYPHSUSEDPLUSENGLISHGlyphs Used Plus English
SVGFontSubsetting.COMMONENGLISHCommon English
SVGFontSubsetting.GLYPHSUSEDPLUSROMANGlyphs Used Plus Roman
SVGFontSubsetting.COMMONROMANCommon Roman
SVGFontSubsetting.GLYPHSUSEDGlyphs Used
SVGFontSubsetting.NoneNone

SVGFontType

Types for fonts included in exported SVG files

ValueDescription
SVGFontType.CEFFONTCEF Font
SVGFontType.SVGFONTSVG Font
SVGFontType.OUTLINEFONTOutline Font

SymbolRegistrationPoint

Registration points for symbols.

ValueDescription
SymbolRegistrationPoint.SYMBOLBOTTOMLEFTPOINTBottom Left Point
SymbolRegistrationPoint.SYMBOLBOTTOMMIDDLEPOINTBottom Middle Point
SymbolRegistrationPoint.SYMBOLBOTTOMRIGHTPOINTBottom Right Point
SymbolRegistrationPoint.SYMBOLCENTERPOINTCenter Point
SymbolRegistrationPoint.SYMBOLMIDDLELEFTPOINTMiddle Left Point
SymbolRegistrationPoint.SYMBOLMIDDLERIGHTPOINTMiddle Right Point
SymbolRegistrationPoint.SYMBOLTOPLEFTPOINTTop Left Point
SymbolRegistrationPoint.SYMBOLTOPMIDDLEPOINTTop Middle Point
SymbolRegistrationPoint.SYMBOLTOPRIGHTPOINTTop Right Point

TabStopAlignment

The alignment of a tab stop.

ValueDescription
TabStopAlignment.CenterCenter
TabStopAlignment.DecimalDecimal
TabStopAlignment.LeftLeft
TabStopAlignment.RightRight

TextAntialias

The type of text anti-aliasing in a text art item.

ValueDescription
TextAntialias.CRISPCrisp
TextAntialias.NONENone
TextAntialias.SHARPSharp
TextAntialias.STRONGStrong

TextOrientation

The orientation of text in a text art item.

ValueDescription
TextOrientation.HORIZONTALHorizontal
TextOrientation.VERTICALVertical

TextPreservePolicy

The text-preserve policy used by the FXG file format.

ValueDescription
TextPreservePolicy.AUTOMATICALLYCONVERTTEXTAutomatically Convert Text
TextPreservePolicy.OUTLINETEXTOutline Text
TextPreservePolicy.KEEPTEXTEDITABLEKeep Text Editable
TextPreservePolicy.RASTERIZETEXTRasterize Text

TextType

The type of text art displayed by this object.

ValueDescription
TextType.AREATEXTArea Text
TextType.POINTTEXTPoint Text
TextType.PATHTEXTPath Text

TIFFByteOrder

The byte order to use for an exported TIFF file.

ValueDescription
TIFFByteOrder.IBMPCIBM PC
TIFFByteOrder.MACINTOSHMacintosh

TracingModeType

ValueDescription
TracingModeType.TRACINGMODEBLACKANDWHITEBlack & White
TracingModeType.TRACINGMODECOLORColor
TracingModeType.TRACINGMODEGRAYGray

Transformation

The point to use as the anchor point about which an object is rotated, resized, or transformed.

ValueDescription
Transformation.BOTTOMBottom
Transformation.BOTTOMLEFTBottom Left
Transformation.BOTTOMRIGHTBottom Right
Transformation.CENTERCenter
Transformation.DOCUMENTORIGINDocument Origin
Transformation.LEFTLeft
Transformation.RIGHTRight
Transformation.TOPTop
Transformation.TOPLEFTTop Left
Transformation.TOPRIGHTTop Right

TrappingType

ValueDescription
TrappingType.IGNOREOPAQUEtodo
TrappingType.OPAQUEtodo
TrappingType.NORMALTRAPPINGtodo
TrappingType.TRANSPARENTtodo

UserInteractionLevel

User interface settings

ValueDescription
UserInteractionLevel.DISPLAYALERTSDisplay Alerts
UserInteractionLevel.DONTDISPLAYALERTSDon’t Display Alerts

VariableKind

What type of variables are included in the document.

ValueDescription
VariableKind.GRAPHGraph
VariableKind.IMAGEImage
VariableKind.VISIBILITYVisibility
VariableKind.TEXTUALTextual
VariableKind.UnknownUnknown

ViewRasterType

The raster visualization mode for tracing.

ValueDescription
ViewRasterType.TRACINGVIEWRASTERADJUSTEDIMAGEAdjusted Image
ViewRasterType.TRACINGVIEWRASTERNOIMAGENo Image
ViewRasterType.TRACINGVIEWRASTERORIGINALIMAGEOriginal Image
ViewRasterType.TRACINGVIEWRASTERTRANSPARENTIMAGETransparent Image

ViewVectorType

The vector visualization mode for tracing.

ValueDescription
ViewVectorType.TRACINGVIEWVECTORNOTRACINGRESULTNo Tracing Result
ViewVectorType.TRACINGVIEWVECTOROUTLINESOutlines
ViewVectorType.TRACINGVIEWVECTOROUTLINESWITHTRACINGOutlines With Tracing
ViewVectorType.TRACINGVIEWVECTORTRACINGRESULTTracing Result

WariChuJustificationType

ValueDescription
WariChuJustificationType.CenterCenter
WariChuJustificationType.LeftLeft
WariChuJustificationType.RightRight
WariChuJustificationType.WARICHUAUTOJUSTIFYWarichu Auto Justify
WariChuJustificationType.WARICHUFULLJUSTIFYWarichu Full Justify
WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINECENTERWarichu Full Justify Last Line Center
WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINELEFTWarichu Full Justify Last Line Left
WariChuJustificationType.WARICHUFULLJUSTIFYLASTLINERIGHTWarichu Full Justify Last Line Right

ZOrderMethod

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

ValueDescription
ZOrderMethod.BRINGFORWARDBring Forward
ZOrderMethod.SENDBACKWARDSend Backward
ZOrderMethod.BRINGTOFRONTBring To Front
ZOrderMethod.SENDTOBACKSend To Back