Skip to main content

DXRichEditPlainTextDocumentExporterOptions Members

Provides options used for saving (exporting) the plain text document.

Constructors

Name Description
DXRichEditPlainTextDocumentExporterOptions() Initializes a new instance of the DXRichEditPlainTextDocumentExporterOptions class with the default settings.

Fields

Name Description
EncodingProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.Encoding dependency property.
EndNoteNumberStringFormatProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.EndNoteNumberStringFormat dependency property.
EndNoteSeparatorProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.EndNoteSeparator dependency property.
ExportBulletsAndNumberingProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.ExportBulletsAndNumbering dependency property.
ExportedDocumentPropertiesProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.ExportedDocumentProperties dependency property.
ExportFinalParagraphMarkProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.ExportFinalParagraphMark dependency property.
ExportHiddenTextProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.ExportHiddenText dependency property.
ExportListLevelSeparatorProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FieldCodeEndMarker dependency property.
FieldCodeEndMarkerProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FieldCodeEndMarker dependency property.
FieldCodeStartMarkerProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FieldCodeStartMarker dependency property.
FieldResultEndMarkerProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FieldResultEndMarker dependency property.
FootNoteNumberStringFormatProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FootNoteNumberStringFormat dependency property.
FootNoteSeparatorProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.FootNoteSeparator dependency property.
TargetUriProperty static Identifies the DXRichEditPlainTextDocumentExporterOptions.TargetUri dependency property.

Properties

Name Description
Encoding Gets or sets the character encoding for exported text. This is a dependency property.
EndNoteNumberStringFormat Gets or sets the format string that specifies how the endnote number is transformed into a plain text string. This is a dependency property.
EndNoteSeparator Gets or sets the string used to mark the endnote in the resulting plain text. This is a dependency property.
ExportBulletsAndNumbering Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output. This is a dependency property.
ExportedDocumentProperties Gets or sets the document properties being exported. This is a dependency property.
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. This is a dependency property.
ExportHiddenText Gets or sets whether to export hidden text as plain text. This is a dependency property.
ExportListLevelSeparator Gets or sets whether to export a numbering list level separator (a character that follows the number or bullet symbol). This is a dependency property.
FieldCodeEndMarker Gets or sets a character or a string used to mark the end of a field code in the resulting text. This is a dependency property.
FieldCodeStartMarker Gets or sets a character or a string used to mark the start of a field code in the resulting text. This is a dependency property.
FieldResultEndMarker Gets or sets a character or a string used to mark the end of a field result in the exported text. This is a dependency property.
FootNoteNumberStringFormat Gets or sets the format string that specifies how the footnote number is transformed into a plain text string. This is a dependency property.
FootNoteSeparator Gets or sets the string used to mark the footnote in the resulting plain text. This is a dependency property.
TargetUri Gets or sets the URI of the document being exported. This is a dependency property.
See Also