Package | com.adobe.indesign |
Class | public class ExportFormat |
Inheritance | ExportFormat ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | ExportFormat | ||
epsType : ExportFormat [static] [read-only] Alias for EPS_TYPE. | ExportFormat | ||
EPS_TYPE : ExportFormat [static] [read-only]
Exports to EPS format. | ExportFormat | ||
epub : ExportFormat [static] [read-only] Alias for EPUB. | ExportFormat | ||
EPUB : ExportFormat [static] [read-only]
Exports to EPub format. | ExportFormat | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
html : ExportFormat [static] [read-only] Alias for HTML. | ExportFormat | ||
HTML : ExportFormat [static] [read-only]
Exports to XHTML format. | ExportFormat | ||
incopyMarkup : ExportFormat [static] [read-only] Alias for INCOPY_MARKUP. | ExportFormat | ||
INCOPY_MARKUP : ExportFormat [static] [read-only]
Exports to InCopy markup (ICML) format. | ExportFormat | ||
indesignMarkup : ExportFormat [static] [read-only] Alias for INDESIGN_MARKUP. | ExportFormat | ||
INDESIGN_MARKUP : ExportFormat [static] [read-only]
Exports to InDesign markup (IDML) format. | ExportFormat | ||
indesignSnippet : ExportFormat [static] [read-only] Alias for INDESIGN_SNIPPET. | ExportFormat | ||
INDESIGN_SNIPPET : ExportFormat [static] [read-only]
Exports to InDesign snippet (IDMS) format. | ExportFormat | ||
interactivePdf : ExportFormat [static] [read-only] Alias for INTERACTIVE_PDF. | ExportFormat | ||
INTERACTIVE_PDF : ExportFormat [static] [read-only]
Exports to Interactive PDF format. | ExportFormat | ||
jpg : ExportFormat [static] [read-only] Alias for JPG. | ExportFormat | ||
JPG : ExportFormat [static] [read-only]
Exports to JPEG format. | ExportFormat | ||
packagedXfl : ExportFormat [static] [read-only] Alias for PACKAGED_XFL. | ExportFormat | ||
PACKAGED_XFL : ExportFormat [static] [read-only]
Exports to packaged XFL format. | ExportFormat | ||
pdfType : ExportFormat [static] [read-only] Alias for PDF_TYPE. | ExportFormat | ||
PDF_TYPE : ExportFormat [static] [read-only]
Exports to PDF format. | ExportFormat | ||
pngFormat : ExportFormat [static] [read-only] Alias for PNG_FORMAT. | ExportFormat | ||
PNG_FORMAT : ExportFormat [static] [read-only]
Exports to PNG format. | ExportFormat | ||
rtf : ExportFormat [static] [read-only] Alias for RTF. | ExportFormat | ||
RTF : ExportFormat [static] [read-only]
Exports to rich text format (RTF). | ExportFormat | ||
swf : ExportFormat [static] [read-only] Alias for SWF. | ExportFormat | ||
SWF : ExportFormat [static] [read-only]
Exports to SWF format. | ExportFormat | ||
taggedText : ExportFormat [static] [read-only] Alias for TAGGED_TEXT. | ExportFormat | ||
TAGGED_TEXT : ExportFormat [static] [read-only]
Exports to a tagged text file with a TXT extension. | ExportFormat | ||
textType : ExportFormat [static] [read-only] Alias for TEXT_TYPE. | ExportFormat | ||
TEXT_TYPE : ExportFormat [static] [read-only]
Exports to text (TXT) format. | ExportFormat | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
xml : ExportFormat [static] [read-only] Alias for XML. | ExportFormat | ||
XML : ExportFormat [static] [read-only]
Exports the document's tagged content to XML. | ExportFormat |
Method | Defined By | ||
---|---|---|---|
ExportFormat(ho:HostObject = null, enum:Number)
Constructor
| ExportFormat | ||
![]() | 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 | |
![]() | 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 | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
EPS_TYPE | property |
EPS_TYPE:ExportFormat
[read-only] Since : | CS5 |
Exports to EPS format.
public static function get EPS_TYPE():ExportFormat
epsType | property |
epsType:ExportFormat
[read-only] Since : | CS5 |
Alias for EPS_TYPE. Exports to EPS format.
public static function get epsType():ExportFormat
epub | property |
epub:ExportFormat
[read-only] Since : | CS5.5 |
Alias for EPUB. Exports to EPub format.
public static function get epub():ExportFormat
EPUB | property |
EPUB:ExportFormat
[read-only] Since : | CS5.5 |
Exports to EPub format.
public static function get EPUB():ExportFormat
html | property |
html:ExportFormat
[read-only] Since : | CS5.5 |
Alias for HTML. Exports to XHTML format.
public static function get html():ExportFormat
HTML | property |
HTML:ExportFormat
[read-only] Since : | CS5.5 |
Exports to XHTML format.
public static function get HTML():ExportFormat
INCOPY_MARKUP | property |
INCOPY_MARKUP:ExportFormat
[read-only] Since : | CS5 |
Exports to InCopy markup (ICML) format.
public static function get INCOPY_MARKUP():ExportFormat
incopyMarkup | property |
incopyMarkup:ExportFormat
[read-only] Since : | CS5 |
Alias for INCOPY_MARKUP. Exports to InCopy markup (ICML) format.
public static function get incopyMarkup():ExportFormat
INDESIGN_MARKUP | property |
INDESIGN_MARKUP:ExportFormat
[read-only] Since : | CS5 |
Exports to InDesign markup (IDML) format.
public static function get INDESIGN_MARKUP():ExportFormat
INDESIGN_SNIPPET | property |
INDESIGN_SNIPPET:ExportFormat
[read-only] Since : | CS5 |
Exports to InDesign snippet (IDMS) format.
public static function get INDESIGN_SNIPPET():ExportFormat
indesignMarkup | property |
indesignMarkup:ExportFormat
[read-only] Since : | CS5 |
Alias for INDESIGN_MARKUP. Exports to InDesign markup (IDML) format.
public static function get indesignMarkup():ExportFormat
indesignSnippet | property |
indesignSnippet:ExportFormat
[read-only] Since : | CS5 |
Alias for INDESIGN_SNIPPET. Exports to InDesign snippet (IDMS) format.
public static function get indesignSnippet():ExportFormat
INTERACTIVE_PDF | property |
INTERACTIVE_PDF:ExportFormat
[read-only] Since : | CS5 |
Exports to Interactive PDF format.
public static function get INTERACTIVE_PDF():ExportFormat
interactivePdf | property |
interactivePdf:ExportFormat
[read-only] Since : | CS5 |
Alias for INTERACTIVE_PDF. Exports to Interactive PDF format.
public static function get interactivePdf():ExportFormat
jpg | property |
jpg:ExportFormat
[read-only] Since : | CS5 |
Alias for JPG. Exports to JPEG format.
public static function get jpg():ExportFormat
JPG | property |
JPG:ExportFormat
[read-only] Since : | CS5 |
Exports to JPEG format.
public static function get JPG():ExportFormat
PACKAGED_XFL | property |
PACKAGED_XFL:ExportFormat
[read-only] Since : | CS5 |
Exports to packaged XFL format.
public static function get PACKAGED_XFL():ExportFormat
packagedXfl | property |
packagedXfl:ExportFormat
[read-only] Since : | CS5 |
Alias for PACKAGED_XFL. Exports to packaged XFL format.
public static function get packagedXfl():ExportFormat
PDF_TYPE | property |
PDF_TYPE:ExportFormat
[read-only] Since : | CS5 |
Exports to PDF format.
public static function get PDF_TYPE():ExportFormat
pdfType | property |
pdfType:ExportFormat
[read-only] Since : | CS5 |
Alias for PDF_TYPE. Exports to PDF format.
public static function get pdfType():ExportFormat
PNG_FORMAT | property |
PNG_FORMAT:ExportFormat
[read-only] Since : | CS5 |
Exports to PNG format.
public static function get PNG_FORMAT():ExportFormat
pngFormat | property |
pngFormat:ExportFormat
[read-only] Since : | CS5 |
Alias for PNG_FORMAT. Exports to PNG format.
public static function get pngFormat():ExportFormat
rtf | property |
rtf:ExportFormat
[read-only] Since : | CS5 |
Alias for RTF. Exports to rich text format (RTF).
public static function get rtf():ExportFormat
RTF | property |
RTF:ExportFormat
[read-only] Since : | CS5 |
Exports to rich text format (RTF).
public static function get RTF():ExportFormat
swf | property |
swf:ExportFormat
[read-only] Since : | CS5 |
Alias for SWF. Exports to SWF format.
public static function get swf():ExportFormat
SWF | property |
SWF:ExportFormat
[read-only] Since : | CS5 |
Exports to SWF format.
public static function get SWF():ExportFormat
TAGGED_TEXT | property |
TAGGED_TEXT:ExportFormat
[read-only] Since : | CS5 |
Exports to a tagged text file with a TXT extension.
public static function get TAGGED_TEXT():ExportFormat
taggedText | property |
taggedText:ExportFormat
[read-only] Since : | CS5 |
Alias for TAGGED_TEXT. Exports to a tagged text file with a TXT extension.
public static function get taggedText():ExportFormat
TEXT_TYPE | property |
TEXT_TYPE:ExportFormat
[read-only] Since : | CS5 |
Exports to text (TXT) format.
public static function get TEXT_TYPE():ExportFormat
textType | property |
textType:ExportFormat
[read-only] Since : | CS5 |
Alias for TEXT_TYPE. Exports to text (TXT) format.
public static function get textType():ExportFormat
xml | property |
xml:ExportFormat
[read-only] Since : | CS5 |
Alias for XML. Exports the document's tagged content to XML.
public static function get xml():ExportFormat
XML | property |
XML:ExportFormat
[read-only] Since : | CS5 |
Exports the document's tagged content to XML.
public static function get XML():ExportFormat
ExportFormat | () | Constructor |
public function ExportFormat(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|