DXRichEditPlainTextDocumentImporterOptions Members
Provides options used for loading (importing) the plain text document.Constructors
| Name | Description |
|---|---|
| DXRichEditPlainTextDocumentImporterOptions() | Initializes a new instance of the DXRichEditPlainTextDocumentImporterOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| AutoDetectEncodingProperty static | Identifies the DXRichEditPlainTextDocumentImporterOptions.AutoDetectEncoding dependency property. |
| EncodingProperty static | Identifies the DXRichEditPlainTextDocumentImporterOptions.Encoding dependency property. |
| SourceUriProperty static | Identifies the DXRichEditPlainTextDocumentImporterOptions.SourceUri dependency property. |
Properties
| Name | Description |
|---|---|
| AutoDetectEncoding | Gets or sets whether to determine the loaded document encoding automatically. This is a dependency property. |
| Encoding | Gets or sets the encoding used to interpret characters in the document. This is a dependency property. |
| SourceUri | Gets or sets the base URI for the external content of the document. This is a dependency property. |
See Also