TextEditOptions Class |
Namespace: GroupDocs.Editor.Options
The TextEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextEditOptions | Initializes a new instance of the TextEditOptions class |
Name | Description | |
---|---|---|
![]() | Direction |
Allows to specify the direction of text flow in the input plain text document. By default is Left-to-Right.
|
![]() | EnablePagination |
Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false).
|
![]() | Encoding |
Character encoding of the text document, which will be applied for its opening
|
![]() | LeadingSpaces |
Gets or sets preferred option of a leading space handling. By default converts leading spaces to the left indent.
|
![]() | RecognizeLists |
Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true.
|
![]() | TrailingSpaces |
Gets or sets preferred option of a trailing space handling. By default truncates all trailing spaces.
|