Class SpanExportMode
Describes when the span tag will be exported. The following options will not affect the content of the span only the tag.
Inheritance
System.Object
SpanExportMode
Namespace: Telerik.Windows.Documents.FormatProviders.Html
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class SpanExportMode : Enum
Fields
AlwaysExport
Span tags will be always exported.
Declaration
public const SpanExportMode AlwaysExport
Field Value
DefaultBehavior
Span tags will be exported when they have styling.
Declaration
public const SpanExportMode DefaultBehavior
Field Value
value__
Declaration
public int value__
Field Value
System.
|