ClassSdtTextContentGenerator
Class
Represents a content generator for styled document tags (SDT) text content in Telerik documents. This class is responsible for generating the text content for structured document tags.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtTextContentGenerator : SdtContentGenerator<TextProperties>
Inheritance: objectSdtContentGenerator<TextProperties>SdtTextContentGenerator
Inherited Members
Constructors
SdtTextContentGenerator(TextProperties)
Initializes a new instance of the SdtTextContentGenerator class.
Declaration
cs-api-definition
public SdtTextContentGenerator(TextProperties properties)
Parameters
properties
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
cs-api-definition
public override DocumentFragment GetContentFragmentOverride()
Returns
Overrides