Adobe InDesign CS4 (6.0) Object Model JS: SWFExportPreference

InDesign CS4

Class

SWFExportPreference

 SWF export settings for the application object. Base Class: Preference

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
Preference
SWFExportPreference

Properties

PropertyTypeAccessDescription
curveQualitySWFCurveQualityValue:
SWFCurveQualityValue.MINIMUM
SWFCurveQualityValue.LOW
SWFCurveQualityValue.MEDIUM
SWFCurveQualityValue.HIGH
SWFCurveQualityValue.MAXIMUM
r/wThe SWF curve quality.
dynamicDocumentExportReaderSpreadsbool r/wIf true, each spread in the exported document is combined into a single page that has spread's original width.
fitMethodFitMethodSettings:
FitMethodSettings.FIT_PREDEFINED_SETTINGS
FitMethodSettings.FIT_GIVEN_WIDTH_AND_HEIGHT
FitMethodSettings.FIT_GIVEN_SCALE_PERCENTAGE
r/wThe fitting method to use.
fitOptionFitDimension:
FitDimension.FIT1280X800
FitDimension.FIT1240X620
FitDimension.FIT1024X768
FitDimension.FIT984X588
FitDimension.FIT800X600
FitDimension.FIT760X420
FitDimension.FIT640X480
FitDimension.FIT600X300
r/wThe options for fitting to predefined dimension.
fitScalenumber (range: 1 - 1000) r/wThe size fits to given scale percentage. (default: 100)
fitWidthAndHeightArray of number r/wThe size fits to given width and height.
generateHTMLbool r/wFlag indicates whether to generate HTML.
includeButtonsbool r/wFlag indicates whether to include buttons when export to SWF.
includeHyperlinksbool r/wIf true, includes hyperlinks when exporting the document.
includeInteractivePageCurlbool r/wFlag indicates whether to include interactive page curl when export to SWF.
includePageTransitionsbool r/wFlag indicates whether to include page transitions when export to SWF.
isValidbool readonlyReturns true if the object specifier resolves to valid objects.
jpegQualityOptionsDynamicDocumentsJPEGQualityOptions:
DynamicDocumentsJPEGQualityOptions.MINIMUM
DynamicDocumentsJPEGQualityOptions.LOW
DynamicDocumentsJPEGQualityOptions.MEDIUM
DynamicDocumentsJPEGQualityOptions.HIGH
DynamicDocumentsJPEGQualityOptions.MAXIMUM
r/wThe JPEG quality options.
pageRangePageRange
String
r/wThe pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String.
parentApplication readonlyThe parent of the SWFExportPreference (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
rasterCompressionRasterCompressionOptions:
RasterCompressionOptions.JPEG_COMPRESSION
RasterCompressionOptions.LOSSLESS_COMPRESSION
RasterCompressionOptions.AUTOMATIC_COMPRESSION
r/wThe SWF raster compression options.
rasterResolutionnumber (range: 72 - 2400) r/wThe raster resolution.
rasterizePagesbool r/wIf true, all the pages in the exported document will be rasterized.
resamplingThresholdnumber r/wThe resampling threshold.
resamplingTypeSampling:
Sampling.NONE
Sampling.DOWNSAMPLE
Sampling.SUBSAMPLE
Sampling.BICUBIC_DOWNSAMPLE
r/wThe resampling type.
textExportPolicyDynamicDocumentsTextExportPolicy:
DynamicDocumentsTextExportPolicy.LIVE
DynamicDocumentsTextExportPolicy.RASTERIZE
DynamicDocumentsTextExportPolicy.VECTORIZE
r/wThe text export policy.
useNetworkAccessbool r/wFlag indicates whether to allow to use network access when export to SWF.
viewSWFAfterExportingbool r/wFlag indicates to whether to view the SWF after exporting.

Methods

Instances

Array of SWFExportPreference getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the SWFExportPreference.

string toSpecifier ()
Retrieves the object specifier.

Element of

Application.swfExportPreferences

Return

Array of SWFExportPreference SWFExportPreference.getElements ()

Jongware, 20-Jun-2010 v3.0.3dContents :: Index