Class SdtCheckBoxBuilder
Represents an Sdt
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 Sdt
Declaration
public SdtCheckBoxBuilder(SdtRangeStart sdt, CheckBoxProperties properties)
Parameters
Sdt
|
Check
|
Methods
InsertAroundSelectedImage(RadFlowDocumentEditor)
Represents the case of inserting a content control around a single selected image.
Declaration
public override void InsertAroundSelectedImage(RadFlowDocumentEditor editor)
Parameters
Rad
|
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
Rad
|
Document
|
Document
|
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
Rad
|
Table
|
Table
|
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
Rad
|
Table
|
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
Rad
|
Table
table
|
Overrides
InsertCore(RadFlowDocumentEditor)
Executes the main insert logic.
Declaration
public override void InsertCore(RadFlowDocumentEditor editor)
Parameters
Rad
|