| KaxEditorStripFormattingOptions Property |
Namespace: Kettic.AspNet.Controls
EditorStripFormattingOptions enum members
| Member | Description |
|---|---|
| None | Doesn't strip anything, asks a question when MS Word formatting was detected. |
| NoneSupressCleanMessage | Doesn't strip anything and does not ask a question. |
| MSWord | Strips only MSWord related attributes and tags. |
| MSWordNoFonts | Strips the MSWord related attributes and tags and font tags. |
| MSWordRemoveAll | Strips MSWord related attributes and tags, font tags and font size attributes. |
| Css | Removes style attributes. |
| Font | Removes Font tags. |
| Span | Clears Span tags. |
| AllExceptNewLines | Clears all tags except "br" and new lines (\n) on paste. |
| All | Remove all HTML formatting. |
Note: In Gecko-based browsers you will see the mandatory dialog box where you need to paste the content.