Click or drag to resize
EditorStripFormattingOptions Enumeration

Provides enumerated values to be used to set format cleaning options on paste.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum EditorStripFormattingOptions
Members
  Member nameValueDescription
None0Doesn't strip anything on paste, asks a question when MS Word formatting detected.
NoneSupressCleanMessage1Doesn't strip anything on paste and does not ask a question.
MSWord2Strips only MSWord related attributes and tags on paste.
MSWordNoFonts4Strips the MSWord related attributes and tags and font tags on paste.
MSWordRemoveAll8Strips MSWord related attributes and tags, font tags and font size attributes on paste.
Css16Removes style attributes on paste.
Font32Removes Font tags on paste.
Span64Clears Span tags on paste.
AllExceptNewLines128Clears all tags except "br" and new lines (\n) on paste.
ConvertWordLists256Convert Word ordered/unordered lists to HTML tags.
All512Remove all HTML formatting on paste.
See Also