Class
SdtRichTextBuilder

Represents a builder for creating rich text structured document tags (SDTs) in Telerik's rich text model.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SdtRichTextBuilder : SdtBuilder<SdtProperties>, ISdtBuilder

Inheritance: objectSdtBuilder<SdtProperties>SdtRichTextBuilder

Implements: ISdtBuilder

Inherited Members SdtBuilder<SdtProperties>.InsertCore(RadDocumentEditor)SdtBuilder<SdtProperties>.InsertInEmptyParagraph(RadDocumentEditor, Paragraph)SdtBuilder<SdtProperties>.InsertInEmptyTableCell(RadDocumentEditor, TableCell)SdtBuilder<SdtProperties>.InsertAfterSoftBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<SdtProperties>.InsertBeforeSoftBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<SdtProperties>.InsertAfterHardBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<SdtProperties>.InsertBeforeHardBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<SdtProperties>.InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<SdtProperties>.InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<SdtProperties>.InsertInMultiSelection(RadDocumentEditor)SdtBuilder<SdtProperties>.InsertAroundSelectedTableCell(RadDocumentEditor, TableCell)SdtBuilder<SdtProperties>.InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)SdtBuilder<SdtProperties>.InsertAroundSelectedParagraph(RadDocumentEditor, Paragraph)SdtBuilder<SdtProperties>.InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)SdtBuilder<SdtProperties>.InsertAroundSelectedImage(RadDocumentEditor)SdtBuilder<SdtProperties>.InsertAroundSelectedTable(RadDocumentEditor, Table)SdtBuilder<SdtProperties>.InsertAroundSelectedInlineRange(RadDocumentEditor)SdtBuilder<SdtProperties>.UpdateContent(RadDocumentEditor)SdtBuilder<SdtProperties>.UpdateContent()SdtBuilder<SdtProperties>.UpdateStyle()SdtBuilder<SdtProperties>.InsertSdtInPartialParagraphSelection(RadDocumentEditor)SdtBuilder<SdtProperties>.SdtStart

Constructors

SdtRichTextBuilder(SdtRangeStart, SdtProperties)

Initializes a new instance of the SdtRichTextBuilder class.

Declaration

cs-api-definition
public SdtRichTextBuilder(SdtRangeStart sdtStart, SdtProperties properties)

Parameters

sdtStart

SdtRangeStart

properties

SdtProperties

Methods

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<SdtProperties>.InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)