Word RTF import preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| convertPageBreaks | ConvertPageBreaks : NONE PAGE_BREAK COLUMN_BREAK |
r/w | The option for handling manual page breaks. |
| convertTablesTo | ConvertTablesOptions : UNFORMATTED_TABLE UNFORMATTED_TABBED_TEXT |
r/w | The policy for converting tables whose formatting has been removed. Note: Valid when remove formatting is true. |
| importEndnotes | bool | r/w | If true, imports endnotes. |
| importFootnotes | bool | r/w | If true, imports footnotes. |
| importIndex | bool | r/w | If true, imports the index. |
| importTOC | bool | r/w | If true, imports the table of contents. |
| importUnusedStyles | bool | r/w | If true, imports unused styles. |
| parent | Application | readonly | The parent of the WordRTFImportPreference (a Application). |
| preserveGraphics | bool | r/w | If true, preserves inline graphics. |
| preserveLocalOverrides | bool | r/w | If true, maintains character formatting in text whose formatting has been removed. Note: Valid when remove formatting is true. |
| preserveTrackChanges | bool | r/w | If true, preserves comments and edits in the imported file. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| removeFormatting | bool | r/w | If true, removes text and table formatting. |
| resolveCharacterStyleClash | ResolveStyleClash : RESOLVE_CLASH_USE_EXISTING RESOLVE_CLASH_AUTO_RENAME RESOLVE_CLASH_USE_NEW |
r/w | The option for handling style name conflicts. |
| resolveParagraphStyleClash | ResolveStyleClash : RESOLVE_CLASH_USE_EXISTING RESOLVE_CLASH_AUTO_RENAME RESOLVE_CLASH_USE_NEW |
r/w | The option for resolving conflicts that arise when paragraph styles have matching names. |
| useTypographersQuotes | bool | r/w | If true, convert straight quotes and apostrophes in the imported text to typographic quotation marks and apostrophes. |
Methods
Array of WordRTFImportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the WordRTFImportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.wordRTFImportPreferences
Returned by:
Array of WordRTFImportPreference WordRTFImportPreference .getElements (
)