TextExportOptions Constructors
Contains options which define how a document is exported to text.Name | Parameters | Description |
---|---|---|
TextExportOptions() | none | Initializes a new instance of the TextExportOptions class with the default settings. |
TextExportOptions(String, Encoding, TextExportMode) | separator, encoding, textExportMode | Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. |
TextExportOptions(String, Encoding) | separator, encoding | Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. |
TextExportOptions(String) | separator | Initializes a new instance of the TextExportOptions class with the specified separator settings. |
See Also