Class SdtDateBuilder
Represents an SdtDateBuilder that handles the generation of date content controls.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtDateBuilder : SdtBuilder<DateProperties>, ISdtBuilder
Constructors
SdtDateBuilder(SdtRangeStart, DateProperties)
Initializes a new instance of the SdtDateBuilder class.
Declaration
public SdtDateBuilder(SdtRangeStart sdt, DateProperties properties)
Parameters
SdtRangeStart
sdt
|
DateProperties
properties
|
Methods
InsertAroundSelectedImage(RadFlowDocumentEditor)
Represents the case of inserting a content control around a single selected image.
Declaration
public override void InsertAroundSelectedImage(RadFlowDocumentEditor editor)
Parameters
RadFlowDocumentEditor
editor
|
Overrides
InsertAroundSelectedMultipleBlocks(RadFlowDocumentEditor, DocumentElementBase, DocumentElementBase)
Represents the case of inserting a content control around multiple selected paragraphs or tables.
Declaration
public override void InsertAroundSelectedMultipleBlocks(RadFlowDocumentEditor editor, DocumentElementBase firstBlock, DocumentElementBase lastBlock)
Parameters
RadFlowDocumentEditor
editor
|
DocumentElementBase
firstBlock
|
DocumentElementBase
lastBlock
|
Overrides
InsertAroundSelectedMultipleRows(RadFlowDocumentEditor, TableRow, TableRow)
Represents the case of inserting a content control around multiple selected rows.
Declaration
public override void InsertAroundSelectedMultipleRows(RadFlowDocumentEditor editor, TableRow firstRow, TableRow lastRow)
Parameters
RadFlowDocumentEditor
editor
|
TableRow
firstRow
|
TableRow
lastRow
|
Overrides
InsertAroundSelectedSingleRow(RadFlowDocumentEditor, TableRow)
Represents the case of inserting a content control around a single selected row.
Declaration
public override void InsertAroundSelectedSingleRow(RadFlowDocumentEditor editor, TableRow row)
Parameters
RadFlowDocumentEditor
editor
|
TableRow
row
|
Overrides
InsertAroundSelectedTable(RadFlowDocumentEditor, Table)
Represents the case of inserting a content control around a single selected table.
Declaration
public override void InsertAroundSelectedTable(RadFlowDocumentEditor editor, Table table)
Parameters
RadFlowDocumentEditor
editor
|
Table
table
|