| Property | Type | Access | Description |
| convertBulletsAndNumbersToText | bool |
r/w | If true, bullets and numbers will be converted to embedded characters during import. If false, bullets and numbers will be rendered by InDesign. |
| convertPageBreaks | ConvertPageBreaks: ConvertPageBreaks.NONE ConvertPageBreaks.PAGE_BREAK ConvertPageBreaks.COLUMN_BREAK |
r/w | The option for handling manual page breaks. |
| convertTablesTo | ConvertTablesOptions: ConvertTablesOptions.UNFORMATTED_TABLE ConvertTablesOptions.UNFORMATTED_TABBED_TEXT |
r/w | The policy for converting tables whose formatting has been removed. Note: Valid when remove formatting is true. |
| eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
| events | Events Event |
readonly | A collection of events. |
| 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. |
| isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
| 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: ResolveStyleClash.RESOLVE_CLASH_USE_EXISTING ResolveStyleClash.RESOLVE_CLASH_AUTO_RENAME ResolveStyleClash.RESOLVE_CLASH_USE_NEW |
r/w | The option for handling style name conflicts. |
| resolveParagraphStyleClash | ResolveStyleClash: ResolveStyleClash.RESOLVE_CLASH_USE_EXISTING ResolveStyleClash.RESOLVE_CLASH_AUTO_RENAME ResolveStyleClash.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. |