Class SdtRichTextBuilder
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SdtRichTextBuilder : SdtBuilder<SdtProperties>, ISdtBuilder
Constructors
SdtRichTextBuilder(SdtRangeStart, SdtProperties)
Initializes a new instance of the Sdt
Declaration
public SdtRichTextBuilder(SdtRangeStart sdtStart, SdtProperties properties)
Parameters
Sdt
|
Sdt
|
Methods
InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)
Represents the case of inserting a content control around multiple selected rows.
Declaration
public override void InsertAroundSelectedMultipleRows(RadDocumentEditor editor, TableRow firstRow, TableRow lastRow)
Parameters
Rad
|
Table
|
Table
|
Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtProperties>.InsertAroundSelectedMultipleRows(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.TableRow, Telerik.Windows.Documents.Model.TableRow)