TxtLoadOptions
TxtLoadOptions class
Options for loading Txt documents.
public sealed class TxtLoadOptions : LoadOptions
Constructors
Properties
Name |
Description |
DetectNumberingWithWhitespaces { get; set; } |
Allows to specify how numbered list items are recognized when plain text document is converted. The default value is true. |
Encoding { get; set; } |
Gets or sets the encoding that will be used when loading Txt document. Can be null. Default is null. |
Format { get; } |
Input document file type. |
virtual Format { get; } |
Input document file type. |
LeadingSpacesOptions { get; set; } |
Gets or sets preferred option of a leading space handling. Default value is ConvertToIndent . |
TrailingSpacesOptions { get; set; } |
Gets or sets preferred option of a trailing space handling. Default value is Trim . |
Methods
Name |
Description |
override Equals(object) |
Determines whether two object instances are equal. |
virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
See Also