Text import preferences.
text import preference properties
| Property | Type | Access | Description |
|---|---|---|---|
| character set | text import character set enumeration | r/w | The character set to use. |
| class | integer | read | The class descriptor type. |
| convert spaces into tabs | boolean | r/w | Whether to convert sequentially repeating spaces to tabs. |
| dictionary | string | r/w | Language to use. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| platform | import platform enumeration | r/w | Platform of the text file. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| spaces into tabs count | integer | r/w | The number of spaces to convert to a tab. |
| strip returns between lines | boolean | r/w | Whether the import filter will remove extra carriage returns at the ends of lines as it imports a text file. |
| strip returns between paragraphs | boolean | r/w | Whether the import filter will remove extra carriage returns between paragraphs as it imports a text file. |
| use typographers quotes | boolean | r/w | Whether to use typographer’s quotes. |