Package | com.adobe.incopy |
Class | public class TextImportPreference |
Inheritance | TextImportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
characterSet : TextImportCharacterSet
The computer language character set used to create the text file. | TextImportPreference | ||
convertSpacesIntoTabs : Boolean
If true, converts the specified number of spaces into a tab. | TextImportPreference | ||
dictionary : String
The dictionary to use for the imported text. | TextImportPreference | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | TextImportPreference | ||
events : Events [override] [read-only]
A collection of events. | TextImportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | TextImportPreference | ||
parent : Object [override] [read-only]
The parent of the TextImportPreference (a Application). | TextImportPreference | ||
platform : ImportPlatform
The platform used to create the imported text file. | TextImportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | TextImportPreference | ||
spacesIntoTabsCount : Number
The number of spaces to convert to a tab. | TextImportPreference | ||
stripReturnsBetweenLines : Boolean
If true, the import filter removes extra carriage returns at the ends of lines. | TextImportPreference | ||
stripReturnsBetweenParagraphs : Boolean
If true, the import filter removes extra carriage returns between paragraphs. | TextImportPreference | ||
useTypographersQuotes : Boolean
If true, convert straight quotes and apostrophes in the imported text to typographic quotation marks and apostrophes. | TextImportPreference |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
addEventListenerTextImportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | TextImportPreference | ||
![]() | 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. | TextImportPreference | ||
![]() | 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 | |
![]() | removeEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | Preference | |
removeEventListenerTextImportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | TextImportPreference | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | TextImportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
characterSet | property |
characterSet:TextImportCharacterSet
Since : | CS5 |
The computer language character set used to create the text file.
public function get characterSet():TextImportCharacterSet
public function set characterSet(value:TextImportCharacterSet):void
convertSpacesIntoTabs | property |
convertSpacesIntoTabs:Boolean
Since : | CS5 |
If true, converts the specified number of spaces into a tab. For information on specifying the number of spaces, see spaces into tabs count.
public function get convertSpacesIntoTabs():Boolean
public function set convertSpacesIntoTabs(value:Boolean):void
dictionary | property |
dictionary:String
Since : | CS5 |
The dictionary to use for the imported text.
public function get dictionary():String
public function set dictionary(value:String):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
isValid | property |
isValid:Boolean
[read-only] [override] Since : | CS5 |
Returns true if the object specifier resolves to valid objects.
public function get isValid():Boolean
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the TextImportPreference (a Application).
public function get parent():Object
platform | property |
platform:ImportPlatform
Since : | CS5 |
The platform used to create the imported text file.
public function get platform():ImportPlatform
public function set platform(value:ImportPlatform):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
spacesIntoTabsCount | property |
spacesIntoTabsCount:Number
Since : | CS5 |
The number of spaces to convert to a tab. Note: Valid when convert spaces into tabs is true.
public function get spacesIntoTabsCount():Number
public function set spacesIntoTabsCount(value:Number):void
stripReturnsBetweenLines | property |
stripReturnsBetweenLines:Boolean
Since : | CS5 |
If true, the import filter removes extra carriage returns at the ends of lines.
public function get stripReturnsBetweenLines():Boolean
public function set stripReturnsBetweenLines(value:Boolean):void
stripReturnsBetweenParagraphs | property |
stripReturnsBetweenParagraphs:Boolean
Since : | CS5 |
If true, the import filter removes extra carriage returns between paragraphs.
public function get stripReturnsBetweenParagraphs():Boolean
public function set stripReturnsBetweenParagraphs(value:Boolean):void
useTypographersQuotes | property |
useTypographersQuotes:Boolean
Since : | CS5 |
If true, convert straight quotes and apostrophes in the imported text to typographic quotation marks and apostrophes.
public function get useTypographersQuotes():Boolean
public function set useTypographersQuotes(value:Boolean):void
addEventListenerTextImportPreference | () | method |
public function addEventListenerTextImportPreference(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 |
removeEventListenerTextImportPreference | () | method |
public function removeEventListenerTextImportPreference(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 |