Class
SdtCheckBoxBuilder

Represents an SdtBuilder that handles the generation of check box content controls.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SdtCheckBoxBuilder : SdtBuilder<CheckBoxProperties>, ISdtBuilder

Inheritance: objectSdtBuilder<CheckBoxProperties>SdtCheckBoxBuilder

Implements: ISdtBuilder

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

Constructors

SdtCheckBoxBuilder(SdtRangeStart, CheckBoxProperties)

Initializes a new instance of the SdtCheckBoxBuilder class.

Declaration

cs-api-definition
public SdtCheckBoxBuilder(SdtRangeStart sdtStart, CheckBoxProperties properties)

Parameters

sdtStart

SdtRangeStart

properties

CheckBoxProperties

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<CheckBoxProperties>.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<CheckBoxProperties>.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<CheckBoxProperties>.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<CheckBoxProperties>.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<CheckBoxProperties>.InsertAroundSelectedTable(RadDocumentEditor, Table)

InsertCore(RadDocumentEditor)

Executes the main insert logic.

Declaration

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

Parameters

editor

RadDocumentEditor

Overrides SdtBuilder<CheckBoxProperties>.InsertCore(RadDocumentEditor)