Class SdtCheckBoxBuilder
Represents an SdtCheckBoxBuilder that handles the generation of check box content controls.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtCheckBoxBuilder : SdtBuilder<CheckBoxProperties>, ISdtBuilder
Constructors
SdtCheckBoxBuilder(SdtRangeStart, CheckBoxProperties)
Initializes a new instance of the SdtCheckBoxBuilder class.
Declaration
public SdtCheckBoxBuilder(SdtRangeStart sdt, CheckBoxProperties properties)
Parameters
SdtRangeStart
sdt
|
CheckBoxProperties
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
|
Overrides
InsertCore(RadFlowDocumentEditor)
Executes the main insert logic.
Declaration
public override void InsertCore(RadFlowDocumentEditor editor)
Parameters
RadFlowDocumentEditor
editor
|