PlainTextDocumentExporterOptions Properties
Contains options used to save (export) the plain text document.Name | Description |
---|---|
Encoding | Gets or sets the character encoding for exported text. |
EndNoteNumberStringFormat | Gets or sets the format string that specifies how the endnote number is transformed into a plain text string. |
EndNoteSeparator | Gets or sets the string used to mark the endnote in the resulting plain text. |
ExportBulletsAndNumbering | Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output. |
ExportedDocumentProperties | Gets or sets the document properties being exported. Inherited from DocumentExporterOptions. |
ExportFinalParagraphMark | Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. |
ExportHiddenText | Gets or sets whether to export hidden text as plain text. |
ExportListLevelSeparator | Gets or sets whether to export a numbering list level separator (a character that follows the number or bullet symbol). |
FieldCodeEndMarker | Gets or sets a character or a string used to mark the end of a field code in the resulting text. |
FieldCodeStartMarker | Gets or sets a character or a string used to mark the start of a field code in the resulting text. |
FieldResultEndMarker | Gets or sets a character or a string used to mark the end of a field result in the exported text. |
FootNoteNumberStringFormat | Gets or sets the format string that specifies how the footnote number is transformed into a plain text string. |
FootNoteSeparator | Gets or sets the string used to mark the footnote in the resulting plain text. |
TargetUri | Gets or sets the URI of the document being exported. Inherited from DocumentExporterOptions. |
See Also