Class StylesExportMode
Defines values for the different modes that can be used when exporting styles to HTML.
Inheritance
System.Object
StylesExportMode
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class StylesExportMode : Enum
Fields
Classes
Create CSS classes containing properties of document elements
Declaration
public const StylesExportMode Classes
Field Value
Inline
Inline properties of document elements using style attribute
Declaration
public const StylesExportMode Inline
Field Value
value__
Declaration
public int value__
Field Value
System.
|