Class SdtRichTextBuilder
Represents an SdtRichTextBuilder that handles the generation of rich text content controls.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtRichTextBuilder : SdtBuilder<SdtProperties>, ISdtBuilder
Constructors
SdtRichTextBuilder(SdtRangeStart, SdtProperties)
Initializes a new instance of the SdtRichTextBuilder class.
Declaration
public SdtRichTextBuilder(SdtRangeStart sdt, SdtProperties properties)
Parameters
SdtRangeStart
sdt
|
SdtProperties
properties
|
Methods
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
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtProperties>.InsertAroundSelectedMultipleRows(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.TableRow, Telerik.Windows.Documents.Flow.Model.TableRow)