| EditorFilters Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Kettic.AspNet.Controls
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| RemoveScripts | 1 | ||
| MakeUrlsAbsolute | 2 | ||
| FixUlBoldItalic | 4 | ||
| FixEnclosingP | 8 | ||
| IECleanAnchors | 16 | ||
| MozEmStrong | 32 | ||
| ConvertFontToSpan | 64 | ||
| ConvertToXhtml | 128 | ||
| IndentHTMLContent | 256 | ||
| EncodeScripts | 512 | ||
| OptimizeSpans | 1024 | ||
| ConvertCharactersToEntities | 2048 | ||
| PdfExportFilter | 4096 | ||
| DefaultFilters | 61437 |