ObjectExportOption
Export options for the object
Go to Property Listing | Method Listing
Methods:
actualText, addEventListener, altText, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, CustomLayoutTypeEnum, EventListeners, Events, GIFOptionsPalette, ImageAlignmentType, ImageFormat, ImagePageBreakType, ImageResolution, JPEGOptionsFormat, JPEGOptionsQuality, Number, Object, PreserveAppearanceFromLayoutEnum, SizeTypeEnum, SourceType, String, TagType,
Hierarchy:
Superclass: Preference
Class: ObjectExportOption
Property Listing
| Property | Type | Access | Description | 
|---|---|---|---|
| OrderedarraycontainingnamespacePrefix:String PropertyPath:String | read/write | The metadata property to use as source of actual text. Can return: Ordered array containing namespacePrefix:String, propertyPath:String. | |
| read/write | The source type of actual text | ||
| OrderedarraycontainingnamespacePrefix:String PropertyPath:String | read/write | The metadata property to use as source of alternate text. Can return: Ordered array containing namespacePrefix:String, propertyPath:String. | |
| read/write | The source type of alternate text | ||
| read/write | The tag type of page item | ||
| read/write | The custom actual text entered by the user | ||
| read/write | The custom alternate text entered by the user | ||
| read/write | If true, custom layout is enabled for object | ||
| read/write | Custom Layout settings to be used for object | ||
| read/write | Custom size applied to the object | ||
| read/write | The epub type as recommended by IDPF | ||
| readonly | A collection of event listeners. | ||
| readonly | A collection of events. | ||
| read/write | If true, generates interlaced GIFs. Note: Not valid when image conversion is JPEG. | ||
| read/write | The color palette for GIF conversion. Note: Not valid when image conversion is JPEG. | ||
| read/write | Alignment applied to images | ||
| read/write | Allows user to select the image format for conversion | ||
| read/write | The export resolution | ||
| read/write | Image page break settings to be used with objects | ||
| Number (range 0 - 8640) | read/write | Space After applied to images | |
| Number (range 0 - 8640) | read/write | Space Before applied to images | |
| readonly | Returns true if the object specifier resolves to valid objects. | ||
| read/write | The formatting method for converted JPEG images. Note: Not valid when image conversion is GIF. | ||
| read/write | The quality of converted JPEG images. Note: Not valid when image conversion is GIF. | ||
| readonly | The parent of the ObjectExportOption (a ObjectStyle, SplineItem, Polygon, GraphicLine, Rectangle, Oval, Group, TextFrame or EndnoteTextFrame). | ||
| read/write | Preserve Appearance from Layout | ||
| read/write | A property that allows setting of several properties at the same time. | ||
| read/write | size settings to be used for the object | ||
| read/write | If true, image page break settings will be used in objects | 
Method Listing
String actualText ()
Provides the actual text for the object
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
| Parameter | Type | Description | 
|---|---|---|
| eventType | The event type. | |
| handler | JavaScriptFunction | The event handler. Can accept: File or JavaScript Function. | 
| captures | This parameter is obsolete. (Optional) (default: false) | 
String altText ()
Provides the alternate text for the object
ObjectExportOption getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
| Parameter | Type | Description | 
|---|---|---|
| eventType | The registered event type. | |
| handler | JavaScriptFunction | The registered event handler. Can accept: File or JavaScript Function. | 
| captures | This parameter is obsolete. (Optional) (default: false) | 
String toSource ()
Generates a string which, if executed, will return the ObjectExportOption.
String toSpecifier ()
Retrieves the object specifier.