Tagged text import preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| parent | Application | readonly | The parent of the TaggedTextImportPreference (a Application). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| removeTextFormatting | bool | r/w | If true, removes text formatting. |
| styleConflict | StyleConflict : PUBLICATION_DEFINITION TAG_FILE_DEFINITION |
r/w | The policy for resolving conflicts when style names in the imported tagged text file match style names the current publication. |
| useTypographersQuotes | bool | r/w | If true, convert straight quotes and apostrophes in the imported text to typographic quotation marks and apostrophes. |
Methods
Array of TaggedTextImportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the TaggedTextImportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.taggedTextImportPreferences
Returned by:
Array of TaggedTextImportPreference TaggedTextImportPreference .getElements (
)