Class
Word RTF import preferences.
WordRTFImportPreference
Hierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| convertPageBreaks | ConvertPageBreaks: ConvertPageBreaks.NONE ConvertPageBreaks.PAGE_BREAK ConvertPageBreaks.COLUMN_BREAK |
r/w | The option for handling manual page breaks. |
| convertTablesTo | ConvertTablesTo: ConvertTablesTo.UNFORMATTED_TABLE ConvertTablesTo.UNFORMATTED_TABBED_TEXT |
r/w | The method of handling tables whose formatting has been removed. Note: Valid when remove formatting is true. |
| importIndex | bool | r/w | If true, imports the index. |
| importNotes | bool | r/w | If true, imports footnotes and endnotes. |
| importTOC | bool | r/w | If true, imports the table of contents. |
| parent | Application | readonly | The parent of the WordRTFImportPreference (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| removeFormatting | bool | r/w | If true, removes Word styles and formatting from text and tables. |
Element of
Application.wordRTFImportPreferences
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |