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.

Definition

Constructors

SdtTextContentGenerator(TextProperties)

Initializes a new instance of the SdtTextContentGenerator class.

Declaration

cs-api-definition
public SdtTextContentGenerator(TextProperties properties)

Parameters

properties

TextProperties

Methods

GetContentFragmentOverride()

Generates the actual content fragment (non-placeholder).

Declaration

cs-api-definition
public override DocumentFragment GetContentFragmentOverride()

Returns

DocumentFragment

Overrides SdtContentGenerator<TextProperties>.GetContentFragmentOverride()