Class
Word RTF import preferences.
getElements, toSource, toSpecifier
WordRTFImportPreference
QuickLinks
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 | 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. |
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: 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. |
Methods
Instances
Array
of Object getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the WordRTFImportPreference.
Element of
Application.wordRTFImportPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |