Txt |
The TxtSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentType |
Gets the content-type for TXT file format: "text/plain; charset=" +
WebName.
(Overrides SaveOptionsContentType) | |
| Encoding | Gets or sets the encoding for the TXT file. Default value is UTF8. | |
| LineBreak | Gets or sets the string to use as a line break. Default value: NewLine. | |
| ParagraphBreak | Gets or sets the string to use as a paragraph break. Default value: NewLine. | |
| TableCellDelimiter | Gets or sets the string to use as a table cell delimiter. Default value is Tab. | |
| TableRowDelimiter | Gets or sets the string to use as a table cell delimiter. Default value is NewLine. |