Package | com.adobe.indesign |
Class | public class WordRTFImportPreference |
Inheritance | WordRTFImportPreference ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
convertBulletsAndNumbersToText : Boolean
If true, bullets and numbers will be converted to embedded characters during import. | WordRTFImportPreference | ||
convertPageBreaks : ConvertPageBreaks
The option for handling manual page breaks. | WordRTFImportPreference | ||
convertTablesTo : ConvertTablesOptions
The policy for converting tables whose formatting has been removed. | WordRTFImportPreference | ||
eventListeners : EventListeners [override] [read-only]
A collection of event listeners. | WordRTFImportPreference | ||
events : Events [override] [read-only]
A collection of events. | WordRTFImportPreference | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
importEndnotes : Boolean
If true, imports endnotes. | WordRTFImportPreference | ||
importFootnotes : Boolean
If true, imports footnotes. | WordRTFImportPreference | ||
importIndex : Boolean
If true, imports the index. | WordRTFImportPreference | ||
importTOC : Boolean
If true, imports the table of contents. | WordRTFImportPreference | ||
importUnusedStyles : Boolean
If true, imports unused styles. | WordRTFImportPreference | ||
isValid : Boolean [override] [read-only]
Returns true if the object specifier resolves to valid objects. | WordRTFImportPreference | ||
parent : Object [override] [read-only]
The parent of the WordRTFImportPreference (a Application). | WordRTFImportPreference | ||
preserveGraphics : Boolean
If true, preserves inline graphics. | WordRTFImportPreference | ||
preserveLocalOverrides : Boolean
If true, maintains character formatting in text whose formatting has been removed. | WordRTFImportPreference | ||
preserveTrackChanges : Boolean
If true, preserves comments and edits in the imported file. | WordRTFImportPreference | ||
properties : Object [override]
A property that allows setting of several properties at the same time. | WordRTFImportPreference | ||
removeFormatting : Boolean
If true, removes text and table formatting. | WordRTFImportPreference | ||
resolveCharacterStyleClash : ResolveStyleClash
The option for handling style name conflicts. | WordRTFImportPreference | ||
resolveParagraphStyleClash : ResolveStyleClash
The option for resolving conflicts that arise when paragraph styles have matching names. | WordRTFImportPreference | ||
useTypographersQuotes : Boolean
If true, convert straight quotes and apostrophes in the imported text to typographic quotation marks and apostrophes. | WordRTFImportPreference |
Method | Defined By | ||
---|---|---|---|
![]() | addEventListenerPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | Preference | |
addEventListenerWordRTFImportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):EventListener
Adds an event listener. | WordRTFImportPreference | ||
![]() | 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. | WordRTFImportPreference | ||
![]() | 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 | |
removeEventListenerWordRTFImportPreference(eventTypeParam:String = null, handlerParam:Object = null, capturesParam:Boolean = false):Boolean
Removes the event listener. | WordRTFImportPreference | ||
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
toSpecifier():String [override]
Retrieves the object specifier. | WordRTFImportPreference | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
convertBulletsAndNumbersToText | property |
convertBulletsAndNumbersToText:Boolean
Since : | CS5 |
If true, bullets and numbers will be converted to embedded characters during import. If false, bullets and numbers will be rendered by InDesign.
public function get convertBulletsAndNumbersToText():Boolean
public function set convertBulletsAndNumbersToText(value:Boolean):void
convertPageBreaks | property |
convertPageBreaks:ConvertPageBreaks
Since : | CS5 |
The option for handling manual page breaks.
public function get convertPageBreaks():ConvertPageBreaks
public function set convertPageBreaks(value:ConvertPageBreaks):void
convertTablesTo | property |
convertTablesTo:ConvertTablesOptions
Since : | CS5 |
The policy for converting tables whose formatting has been removed. Note: Valid when remove formatting is true.
public function get convertTablesTo():ConvertTablesOptions
public function set convertTablesTo(value:ConvertTablesOptions):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
importEndnotes | property |
importEndnotes:Boolean
Since : | CS5 |
If true, imports endnotes.
public function get importEndnotes():Boolean
public function set importEndnotes(value:Boolean):void
importFootnotes | property |
importFootnotes:Boolean
Since : | CS5 |
If true, imports footnotes.
public function get importFootnotes():Boolean
public function set importFootnotes(value:Boolean):void
importIndex | property |
importIndex:Boolean
Since : | CS5 |
If true, imports the index.
public function get importIndex():Boolean
public function set importIndex(value:Boolean):void
importTOC | property |
importTOC:Boolean
Since : | CS5 |
If true, imports the table of contents.
public function get importTOC():Boolean
public function set importTOC(value:Boolean):void
importUnusedStyles | property |
importUnusedStyles:Boolean
Since : | CS5 |
If true, imports unused styles.
public function get importUnusedStyles():Boolean
public function set importUnusedStyles(value:Boolean):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
parent | property |
parent:Object
[read-only] [override] Since : | CS5 |
The parent of the WordRTFImportPreference (a Application).
public function get parent():Object
preserveGraphics | property |
preserveGraphics:Boolean
Since : | CS5 |
If true, preserves inline graphics.
public function get preserveGraphics():Boolean
public function set preserveGraphics(value:Boolean):void
preserveLocalOverrides | property |
preserveLocalOverrides:Boolean
Since : | CS5 |
If true, maintains character formatting in text whose formatting has been removed. Note: Valid when remove formatting is true.
public function get preserveLocalOverrides():Boolean
public function set preserveLocalOverrides(value:Boolean):void
preserveTrackChanges | property |
preserveTrackChanges:Boolean
Since : | CS5 |
If true, preserves comments and edits in the imported file.
public function get preserveTrackChanges():Boolean
public function set preserveTrackChanges(value:Boolean):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
removeFormatting | property |
removeFormatting:Boolean
Since : | CS5 |
If true, removes text and table formatting.
public function get removeFormatting():Boolean
public function set removeFormatting(value:Boolean):void
resolveCharacterStyleClash | property |
resolveCharacterStyleClash:ResolveStyleClash
Since : | CS5 |
The option for handling style name conflicts.
public function get resolveCharacterStyleClash():ResolveStyleClash
public function set resolveCharacterStyleClash(value:ResolveStyleClash):void
resolveParagraphStyleClash | property |
resolveParagraphStyleClash:ResolveStyleClash
Since : | CS5 |
The option for resolving conflicts that arise when paragraph styles have matching names.
public function get resolveParagraphStyleClash():ResolveStyleClash
public function set resolveParagraphStyleClash(value:ResolveStyleClash):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
addEventListenerWordRTFImportPreference | () | method |
public function addEventListenerWordRTFImportPreference(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 |
removeEventListenerWordRTFImportPreference | () | method |
public function removeEventListenerWordRTFImportPreference(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 |