Class
SdtDateBuilder

Represents an SdtBuilder that handles the generation of date content controls.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SdtDateBuilder : SdtBuilder<DateProperties>, ISdtBuilder

Inheritance: objectSdtBuilder<DateProperties>SdtDateBuilder

Implements: ISdtBuilder

Inherited Members SdtBuilder<DateProperties>.InsertCore(RadDocumentEditor)SdtBuilder<DateProperties>.InsertInEmptyParagraph(RadDocumentEditor, Paragraph)SdtBuilder<DateProperties>.InsertInEmptyTableCell(RadDocumentEditor, TableCell)SdtBuilder<DateProperties>.InsertAfterSoftBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<DateProperties>.InsertBeforeSoftBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<DateProperties>.InsertAfterHardBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<DateProperties>.InsertBeforeHardBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<DateProperties>.InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<DateProperties>.InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<DateProperties>.InsertInMultiSelection(RadDocumentEditor)SdtBuilder<DateProperties>.InsertAroundSelectedTableCell(RadDocumentEditor, TableCell)SdtBuilder<DateProperties>.InsertAroundSelectedParagraph(RadDocumentEditor, Paragraph)SdtBuilder<DateProperties>.InsertAroundSelectedInlineRange(RadDocumentEditor)SdtBuilder<DateProperties>.UpdateContent(RadDocumentEditor)SdtBuilder<DateProperties>.UpdateContent()SdtBuilder<DateProperties>.UpdateStyle()SdtBuilder<DateProperties>.InsertSdtInPartialParagraphSelection(RadDocumentEditor)SdtBuilder<DateProperties>.SdtStart

Constructors

SdtDateBuilder(SdtRangeStart, DateProperties)

Initializes a new instance of the SdtDateBuilder class.

Declaration

cs-api-definition
public SdtDateBuilder(SdtRangeStart sdtStart, DateProperties properties)

Parameters

sdtStart

SdtRangeStart

properties

DateProperties

Methods

InsertAroundSelectedImage(RadDocumentEditor)

Represents the case of inserting a content control around a single selected image.

Declaration

cs-api-definition
public override void InsertAroundSelectedImage(RadDocumentEditor editor)

Parameters

editor

RadDocumentEditor

Overrides SdtBuilder<DateProperties>.InsertAroundSelectedImage(RadDocumentEditor)

InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

Represents the case of inserting a content control around multiple selected paragraphs or tables.

Declaration

cs-api-definition
public override void InsertAroundSelectedMultipleBlocks(RadDocumentEditor editor, Block firstBlock, Block lastBlock)

Parameters

editor

RadDocumentEditor

firstBlock

Block

lastBlock

Block

Overrides SdtBuilder<DateProperties>.InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)

Represents the case of inserting a content control around multiple selected rows.

Declaration

cs-api-definition
public override void InsertAroundSelectedMultipleRows(RadDocumentEditor editor, TableRow firstRow, TableRow lastRow)

Parameters

editor

RadDocumentEditor

firstRow

TableRow

lastRow

TableRow

Overrides SdtBuilder<DateProperties>.InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)

InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

Represents the case of inserting a content control around a single selected row.

Declaration

cs-api-definition
public override void InsertAroundSelectedSingleRow(RadDocumentEditor editor, TableRow row)

Parameters

editor

RadDocumentEditor

row

TableRow

Overrides SdtBuilder<DateProperties>.InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

InsertAroundSelectedTable(RadDocumentEditor, Table)

Represents the case of inserting a content control around a single selected table.

Declaration

cs-api-definition
public override void InsertAroundSelectedTable(RadDocumentEditor editor, Table table)

Parameters

editor

RadDocumentEditor

table

Table

Overrides SdtBuilder<DateProperties>.InsertAroundSelectedTable(RadDocumentEditor, Table)