Class SdtRichTextContentGenerator
Represents ContentGenerator for rich text content control.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtRichTextContentGenerator : SdtContentGenerator<SdtProperties>
Constructors
SdtRichTextContentGenerator(SdtProperties)
Initializes a new instance of the SdtRichTextContentGenerator class.
Declaration
public SdtRichTextContentGenerator(SdtProperties properties)
Parameters
SdtProperties
properties
|
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
public override DocumentFragment GetContentFragmentOverride()
Returns
DocumentFragment
|
Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtContentGenerator<Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtProperties>.GetContentFragmentOverride()