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