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.Documents.dll
Syntax
public sealed class SpanExportMode : Enum
Fields
AlwaysExport
Span tags will be always exported.
Declaration
public const SpanExportMode AlwaysExport
Field Value
SpanExportMode
|
DefaultBehavior
Span tags will be exported when they have styling.
Declaration
public const SpanExportMode DefaultBehavior
Field Value
SpanExportMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|