In This Topic
The following tables list the members exposed by TextExport.
Public Constructors
Public Properties
| Name | Description |
| Encoding | Gets or sets the character encoding used for the exported text. |
| PageDelimiter | Gets or sets the character or sequence of characters that marks the beginning or end of a page. |
| Pagination | Gets or sets the value, that indicates whether pagination should be used for resultant text document or not. |
| QuotationMode | If QuotationMode.AutoQuote than simple values will be exported without quotes. If QuotationMode.AlwaysQuote than all exported values will always be quoted. |
| QuotationSymbol | Gets or sets the quotation symbol. |
| SuppressEmptyLines | Gets or sets a value which determines whether empty lines will be inserted for layout purposes. |
| TextDelimiter | Gets or sets the character or sequence of characters that marks the beginning or end of a text field. |
Top
Public Methods
| Name | Description |
| Export | Overloaded. Exports the specified document to text format. |
Top
See Also