Package | com.adobe.indesign |
Class | public class EPSExportPreference |
Inheritance | EPSExportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
appliedFlattenerPreset : FlattenerPreset
The transparency flattener preset to use. | EPSExportPreference | ||
bleedBottom : Object
The height of the bleed area at the bottom of the page. | EPSExportPreference | ||
bleedInside : Object
The width of the bleed area at the inside of the page. | EPSExportPreference | ||
bleedOutside : Object
The width of the bleed area at the outside of the page. | EPSExportPreference | ||
bleedTop : Object
The height of the bleed area at the top of the page. | EPSExportPreference | ||
dataFormat : DataFormat
The format in which to send image data to the printer. | EPSExportPreference | ||
epsColor : EPSColorSpace
The color space for representing color in the exported EPS. | EPSExportPreference | ||
epsSpreads : Boolean
If true, exports facing pages as a single page that has the width of the spread. | EPSExportPreference | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | EPSExportPreference | ||
events : Events [override] [read-only]
A collection of events. | EPSExportPreference | ||
fontEmbedding : FontEmbedding
Controls how fonts are embedded in the exported EPS. | EPSExportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
ignoreSpreadOverrides : Boolean
If true, ignores flattener spread overrides. | EPSExportPreference | ||
imageData : EPSImageData
The image data to export to the EPS document. | EPSExportPreference | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | EPSExportPreference | ||
omitBitmaps : Boolean
If true, replaces bitmap images with OPI links. | EPSExportPreference | ||
omitEPS : Boolean
If true, replaces EPS images with OPI links. | EPSExportPreference | ||
omitPDF : Boolean
If true, replaces PDF images with OPI links. | EPSExportPreference | ||
opiImageReplacement : Boolean
If true, prints graphics that are either OPI comments stored in imported EPS files or linked using OPI comments. | EPSExportPreference | ||
pageRange : Object
The pages to print, specified either as an enumeration or a string. | EPSExportPreference | ||
parent : Object [override] [read-only]
The parent of the EPSExportPreference (a Application). | EPSExportPreference | ||
postscriptLevel : PostScriptLevels
The PostScript level of the printer. | EPSExportPreference | ||
preview : PreviewTypes
The file format of the preview image saved with the exported EPS file. | EPSExportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | EPSExportPreference |
Method | Defined By | ||
---|---|---|---|
addEventListenerEPSExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | EPSExportPreference | ||
![]() | 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. | EPSExportPreference | ||
![]() | 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 | |
removeEventListenerEPSExportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | EPSExportPreference | ||
![]() | 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. | EPSExportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
appliedFlattenerPreset | property |
appliedFlattenerPreset:FlattenerPreset
Since : | CS5 |
The transparency flattener preset to use.
public function get appliedFlattenerPreset():FlattenerPreset
public function set appliedFlattenerPreset(value:FlattenerPreset):void
bleedBottom | property |
bleedBottom:Object
Since : | CS5 |
The height of the bleed area at the bottom of the page. Note: Valid only when use document bleed to print is true.
public function get bleedBottom():Object
public function set bleedBottom(value:Object):void
bleedInside | property |
bleedInside:Object
Since : | CS5 |
The width of the bleed area at the inside of the page. Note: Valid only when use document bleed to print is true.
public function get bleedInside():Object
public function set bleedInside(value:Object):void
bleedOutside | property |
bleedOutside:Object
Since : | CS5 |
The width of the bleed area at the outside of the page. Note: Valid only when use document bleed to print is true.
public function get bleedOutside():Object
public function set bleedOutside(value:Object):void
bleedTop | property |
bleedTop:Object
Since : | CS5 |
The height of the bleed area at the top of the page. Note: Valid only when use document bleed to print is true.
public function get bleedTop():Object
public function set bleedTop(value:Object):void
dataFormat | property |
dataFormat:DataFormat
Since : | CS5 |
The format in which to send image data to the printer.
public function get dataFormat():DataFormat
public function set dataFormat(value:DataFormat):void
epsColor | property |
epsColor:EPSColorSpace
Since : | CS5 |
The color space for representing color in the exported EPS.
public function get epsColor():EPSColorSpace
public function set epsColor(value:EPSColorSpace):void
epsSpreads | property |
epsSpreads:Boolean
Since : | CS5 |
If true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages.
public function get epsSpreads():Boolean
public function set epsSpreads(value:Boolean):void
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
fontEmbedding | property |
fontEmbedding:FontEmbedding
Since : | CS5 |
Controls how fonts are embedded in the exported EPS.
public function get fontEmbedding():FontEmbedding
public function set fontEmbedding(value:FontEmbedding):void
ignoreSpreadOverrides | property |
ignoreSpreadOverrides:Boolean
Since : | CS5 |
If true, ignores flattener spread overrides.
public function get ignoreSpreadOverrides():Boolean
public function set ignoreSpreadOverrides(value:Boolean):void
imageData | property |
imageData:EPSImageData
Since : | CS5 |
The image data to export to the EPS document.
public function get imageData():EPSImageData
public function set imageData(value:EPSImageData):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
omitBitmaps | property |
omitBitmaps:Boolean
Since : | CS5 |
If true, replaces bitmap images with OPI links.
public function get omitBitmaps():Boolean
public function set omitBitmaps(value:Boolean):void
omitEPS | property |
omitEPS:Boolean
Since : | CS5 |
If true, replaces EPS images with OPI links.
public function get omitEPS():Boolean
public function set omitEPS(value:Boolean):void
omitPDF | property |
omitPDF:Boolean
Since : | CS5 |
If true, replaces PDF images with OPI links.
public function get omitPDF():Boolean
public function set omitPDF(value:Boolean):void
opiImageReplacement | property |
opiImageReplacement:Boolean
Since : | CS5 |
If true, prints graphics that are either OPI comments stored in imported EPS files or linked using OPI comments. For information on linking files using OPI comments, see omit EPS, omit PDF, or omit bitmaps.
public function get opiImageReplacement():Boolean
public function set opiImageReplacement(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
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the EPSExportPreference (a Application).
public function get parent():Object
postscriptLevel | property |
postscriptLevel:PostScriptLevels
Since : | CS5 |
The PostScript level of the printer.
public function get postscriptLevel():PostScriptLevels
public function set postscriptLevel(value:PostScriptLevels):void
preview | property |
preview:PreviewTypes
Since : | CS5 |
The file format of the preview image saved with the exported EPS file.
public function get preview():PreviewTypes
public function set preview(value:PreviewTypes):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
addEventListenerEPSExportPreference | () | method |
public function addEventListenerEPSExportPreference(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 |
removeEventListenerEPSExportPreference | () | method |
public function removeEventListenerEPSExportPreference(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 |