ClassSdtDateContentGenerator
Class
Represents a generator for generating SdtDateContent elements in a structured document.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class SdtDateContentGenerator : SdtContentGenerator<DateProperties>
Inheritance: objectSdtContentGenerator<DateProperties>SdtDateContentGenerator
Inherited Members
Constructors
SdtDateContentGenerator(DateProperties)
Initializes a new instance of the SdtDateContentGenerator class.
Declaration
cs-api-definition
public SdtDateContentGenerator(DateProperties properties)
Parameters
properties
Methods
GetContentFragmentOverride()
Generates the actual content fragment (non-placeholder).
Declaration
cs-api-definition
public override DocumentFragment GetContentFragmentOverride()
Returns
Overrides