TxtLoadOptions class
TxtLoadOptions class
Options for loading Txt documents.
Inheritance: TxtLoadOptions →
LoadOptions →
ValueObject
The TxtLoadOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes new instance of TxtLoadOptions class. |
Properties
| Property | Description |
|---|---|
| format | Input document file type. |
| detect_numbering_with_whitespaces | Allows to specify how numbered list items are recognized when plain text document is converted.
The default value is true. |
| trailing_spaces_options | Gets or sets preferred option of a trailing space handling.
Default value is TxtTrailingSpacesOptions.Trim. |
| leading_spaces_options | Gets or sets preferred option of a leading space handling.
Default value is TxtLeadingSpacesOptions.ConvertToIndent. |
| encoding | Gets or sets the encoding that will be used when loading Txt document. Can be null. Default is null. |
Methods
| Method | Description |
|---|---|
| equals | Determines whether two object instances are equal. |
See Also
- module
groupdocs.conversion.options.load - class
LoadOptions - class
TxtLoadOptions - class
ValueObject