StylesExportMode
Enum
Defines values for the different modes that can be used when exporting styles to HTML.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Html
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public enum StylesExportMode
Fields
Create CSS classes containing properties of document elements
C#
Classes = 0
Inline properties of document elements using style attribute
C#
Inline = 1