Package | com.adobe.indesign |
Class | public class InteractivePDFExportPreference |
Inheritance | InteractivePDFExportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | InteractivePDFExportPreference | ||
events : Events [override] [read-only]
A collection of events. | InteractivePDFExportPreference | ||
exportLayers : Boolean
If true, saves each layer as an Acrobat layer within the PDF document. | InteractivePDFExportPreference | ||
exportReaderSpreads : Boolean
If true, each spread in the exported document is combined into a single page that has spread's original width. | InteractivePDFExportPreference | ||
flipPages : Boolean
Automatically flip pages in the exported PDF. | InteractivePDFExportPreference | ||
flipPagesSpeed : Number
The speed that the pages flip. | InteractivePDFExportPreference | ||
generateThumbnails : Boolean
If true, generates thumbnail images for each page or spread. | InteractivePDFExportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
includeStructure : Boolean
If true, creates a tagged PDF file. | InteractivePDFExportPreference | ||
interactivePDFInteractiveElementsOption : InteractivePDFInteractiveElementsOptions
How to draw interactive elements. | InteractivePDFExportPreference | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | InteractivePDFExportPreference | ||
openInFullScreen : Boolean
Open PDF in full screen mode. | InteractivePDFExportPreference | ||
pageRange : Object
The pages to print, specified either as an enumeration or a string. | InteractivePDFExportPreference | ||
pageTransitionOverride : PageTransitionOverrideOptions
The name of the page transition to use for all pages. | InteractivePDFExportPreference | ||
parent : Object [override] [read-only]
The parent of the InteractivePDFExportPreference (a Application). | InteractivePDFExportPreference | ||
pdfJPEGQuality : PDFJPEGQualityOptions
The PDF JPEG quality options. | InteractivePDFExportPreference | ||
pdfMagnification : PdfMagnificationOptions
The export PDF magnification options. | InteractivePDFExportPreference | ||
pdfPageLayout : PageLayoutOptions
The export PDF page layout. | InteractivePDFExportPreference | ||
pdfRasterCompression : PDFRasterCompressionOptions
The PDF raster compression options. | InteractivePDFExportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | InteractivePDFExportPreference | ||
rasterResolution : Object
The raster resolution. | InteractivePDFExportPreference | ||
viewPDF : Boolean
If true, automatically opens the PDF file after exporting. | InteractivePDFExportPreference |
Method | Defined By | ||
---|---|---|---|
addEventListenerInteractivePDFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | InteractivePDFExportPreference | ||
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
getElements():Object [override]
Resolves the object specifier, creating an array of object references. | InteractivePDFExportPreference | ||
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
removeEventListenerInteractivePDFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | InteractivePDFExportPreference | ||
![]() | removeEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | Preference | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | InteractivePDFExportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
eventListeners | property |
eventListeners:EventListeners
[read-only] [override] Since : | CS5 |
A collection of event listeners.
public function get eventListeners():EventListeners
events | property |
events:Events
[read-only] [override] Since : | CS5 |
A collection of events.
public function get events():Events
exportLayers | property |
exportLayers:Boolean
Since : | CS5 |
If true, saves each layer as an Acrobat layer within the PDF document.
public function get exportLayers():Boolean
public function set exportLayers(value:Boolean):void
exportReaderSpreads | property |
exportReaderSpreads:Boolean
Since : | CS5 |
If true, each spread in the exported document is combined into a single page that has spread's original width.
public function get exportReaderSpreads():Boolean
public function set exportReaderSpreads(value:Boolean):void
flipPages | property |
flipPages:Boolean
Since : | CS5 |
Automatically flip pages in the exported PDF.
public function get flipPages():Boolean
public function set flipPages(value:Boolean):void
flipPagesSpeed | property |
flipPagesSpeed:Number
Since : | CS5 |
The speed that the pages flip.
public function get flipPagesSpeed():Number
public function set flipPagesSpeed(value:Number):void
generateThumbnails | property |
generateThumbnails:Boolean
Since : | CS5 |
If true, generates thumbnail images for each page or spread.
public function get generateThumbnails():Boolean
public function set generateThumbnails(value:Boolean):void
includeStructure | property |
includeStructure:Boolean
Since : | CS5 |
If true, creates a tagged PDF file. Note: If acrobat compatibility is acrobat 6 or higher, tags are visible only when the PDF is opened in Acrobat 6 or higher.
public function get includeStructure():Boolean
public function set includeStructure(value:Boolean):void
interactivePDFInteractiveElementsOption | property |
interactivePDFInteractiveElementsOption:InteractivePDFInteractiveElementsOptions
Since : | CS5 |
How to draw interactive elements.
public function get interactivePDFInteractiveElementsOption():InteractivePDFInteractiveElementsOptions
public function set interactivePDFInteractiveElementsOption(value:InteractivePDFInteractiveElementsOptions):void
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
openInFullScreen | property |
openInFullScreen:Boolean
Since : | CS5 |
Open PDF in full screen mode.
public function get openInFullScreen():Boolean
public function set openInFullScreen(value:Boolean):void
pageRange | property |
pageRange:Object
Since : | CS5 |
The 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.
public function get pageRange():Object
public function set pageRange(value:Object):void
pageTransitionOverride | property |
pageTransitionOverride:PageTransitionOverrideOptions
Since : | CS5 |
The name of the page transition to use for all pages.
public function get pageTransitionOverride():PageTransitionOverrideOptions
public function set pageTransitionOverride(value:PageTransitionOverrideOptions):void
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the InteractivePDFExportPreference (a Application).
public function get parent():Object
pdfJPEGQuality | property |
pdfJPEGQuality:PDFJPEGQualityOptions
Since : | CS5 |
The PDF JPEG quality options.
public function get pdfJPEGQuality():PDFJPEGQualityOptions
public function set pdfJPEGQuality(value:PDFJPEGQualityOptions):void
pdfMagnification | property |
pdfMagnification:PdfMagnificationOptions
Since : | CS5 |
The export PDF magnification options.
public function get pdfMagnification():PdfMagnificationOptions
public function set pdfMagnification(value:PdfMagnificationOptions):void
pdfPageLayout | property |
pdfPageLayout:PageLayoutOptions
Since : | CS5 |
The export PDF page layout.
public function get pdfPageLayout():PageLayoutOptions
public function set pdfPageLayout(value:PageLayoutOptions):void
pdfRasterCompression | property |
pdfRasterCompression:PDFRasterCompressionOptions
Since : | CS5 |
The PDF raster compression options.
public function get pdfRasterCompression():PDFRasterCompressionOptions
public function set pdfRasterCompression(value:PDFRasterCompressionOptions):void
properties | property |
properties:Object
[override] Since : | CS5 |
A property that allows setting of several properties at the same time.
public function get properties():Object
public function set properties(value:Object):void
rasterResolution | property |
rasterResolution:Object
Since : | CS5 |
The raster resolution. Can return: RasterResolutionOptions enumerator or Long Integer (72 - 300).
public function get rasterResolution():Object
public function set rasterResolution(value:Object):void
viewPDF | property |
viewPDF:Boolean
Since : | CS5 |
If true, automatically opens the PDF file after exporting.
public function get viewPDF():Boolean
public function set viewPDF(value:Boolean):void
addEventListenerInteractivePDFExportPreference | () | method |
public function addEventListenerInteractivePDFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Since : | CS5 |
Adds an event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The event type.
| |
handlerParam:Object (default = null ) — (Object) The event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
EventListener |
getElements | () | method |
override public function getElements():Object
Since : | CS5 |
Resolves the object specifier, creating an array of object references.
ReturnsObject |
removeEventListenerInteractivePDFExportPreference | () | method |
public function removeEventListenerInteractivePDFExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Since : | CS5 |
Removes the event listener.
Parameters
eventTypeParam:String (default = null ) — (String) The registered event type.
| |
handlerParam:Object (default = null ) — (Object) The registered event handler. Can accept: File or JavaScript Function.
| |
capturesParam:Boolean (default = false ) — (Boolean) This parameter is obsolete. (Optional)
|
Boolean |
toSpecifier | () | method |
override public function toSpecifier():String
Since : | CS5 |
Retrieves the object specifier.
ReturnsString |