DXRichEditHtmlDocumentImporterOptions.ReplaceSpaceWithNonBreakingSpaceInsidePre Property
Gets or sets whether to replace all white space characters inside the “pre” tag with non-breaking spaces. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to replace all white space characters with non-breaking spaces inside the “pre” tag; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ReplaceSpaceWithNonBreakingSpaceInsidePre |
---|---|
DXRichEditDocumentImportOptions |
|
See Also