TextSaveOptions Class |
Namespace: GroupDocs.Editor.Options
The TextSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextSaveOptions | Initializes a new instance of the TextSaveOptions class |
Name | Description | |
---|---|---|
![]() | AddBidiMarks |
Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format. Default is 'false' — do not add BiDi marks.
|
![]() | Encoding |
Character encoding of the text document, which will be applied for its saving
|
![]() | PreserveTableLayout |
Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format. The default value is false.
|