WordProcessingSanitizeOptions.InvisibleText Property
Gets or sets how to sanitize invisible text in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| InvisibleContentSanitizeMode | An enumeration value that specifies how to sanitize invisible text in the document. |
Available values:
| Name | Description |
|---|---|
| Ignore | Invisible content should be ignored when sanitizing a workbook or a document. |
| MakeVisible | Invisible content should be made visible when sanitizing a workbook or a document. |
| Remove | Invisible content should be removed from the workbook or document. |
Remarks
The InvisibleText property detects and handles text made visually invisible through a foreground color that matches the page background. Set the InvisibleText property to InvisibleContentSanitizeMode.Remove to delete this content, or InvisibleContentSanitizeMode.MakeVisible to make it visible.