Text import preferences.
TextImportPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| CharacterSet | idTextImportCharacterSet enumeration | r/w | The character set to use. |
| ConvertSpacesIntoTabs | Boolean | r/w | Whether to convert sequentially repeating spaces to tabs. |
| Dictionary | String | r/w | Language to use. |
| Parent | Object | read | The parent of the object. |
| Platform | idImportPlatform enumeration | r/w | Platform of the text file. |
| SpacesIntoTabsCount | Long | r/w | The number of spaces to convert to a tab. |
| StripReturnsBetweenLines | Boolean | r/w | Whether the import filter will remove extra carriage returns at the ends of lines as it imports a text file. |
| StripReturnsBetweenParagraphs | Boolean | r/w | Whether the import filter will remove extra carriage returns between paragraphs as it imports a text file. |
| UseTypographersQuotes | Boolean | r/w | Whether to use typographer’s quotes. |