Class SdtTextContentGenerator
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.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtTextContentGenerator : SdtContentGenerator<TextProperties>
Constructors
SdtTextContentGenerator(TextProperties)
Initializes a new instance of the SdtTextContentGenerator class.
Declaration
public SdtTextContentGenerator(TextProperties properties)
Parameters
TextProperties
properties
|
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
public override DocumentFragment GetContentFragmentOverride()
Returns
DocumentFragment
|