RtfHtmlConvertScope Enumeration |
Namespace: Kettic.AspNet.Controls.Editor.Rtf.Converter.HtmlAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[FlagsAttribute]
public enum RtfHtmlConvertScope
<FlagsAttribute>
Public Enumeration RtfHtmlConvertScope
[FlagsAttribute]
public enum class RtfHtmlConvertScope
[<FlagsAttribute>]
type RtfHtmlConvertScope
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Document | 1 | |
| Html | 16 | |
| Head | 256 | |
| Body | 4096 | |
| Content | 65536 | |
| All | 69905 | |
See Also