Class
SdtTextBuilder

Represents ContentGenerator for repeating plain text content control.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SdtTextBuilder : SdtBuilder<TextProperties>, ISdtBuilder

Inheritance: objectSdtBuilder<TextProperties>SdtTextBuilder

Implements: ISdtBuilder

Inherited Members SdtBuilder<TextProperties>.InsertCore(RadDocumentEditor)SdtBuilder<TextProperties>.InsertInEmptyParagraph(RadDocumentEditor, Paragraph)SdtBuilder<TextProperties>.InsertInEmptyTableCell(RadDocumentEditor, TableCell)SdtBuilder<TextProperties>.InsertAfterSoftBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<TextProperties>.InsertBeforeSoftBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<TextProperties>.InsertAfterHardBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<TextProperties>.InsertBeforeHardBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<TextProperties>.InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)SdtBuilder<TextProperties>.InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)SdtBuilder<TextProperties>.InsertInMultiSelection(RadDocumentEditor)SdtBuilder<TextProperties>.InsertAroundSelectedTableCell(RadDocumentEditor, TableCell)SdtBuilder<TextProperties>.InsertAroundSelectedParagraph(RadDocumentEditor, Paragraph)SdtBuilder<TextProperties>.InsertAroundSelectedInlineRange(RadDocumentEditor)SdtBuilder<TextProperties>.UpdateContent(RadDocumentEditor)SdtBuilder<TextProperties>.UpdateContent()SdtBuilder<TextProperties>.UpdateStyle()SdtBuilder<TextProperties>.InsertSdtInPartialParagraphSelection(RadDocumentEditor)SdtBuilder<TextProperties>.SdtStart

Constructors

SdtTextBuilder(SdtRangeStart, TextProperties)

Declaration

cs-api-definition
public SdtTextBuilder(SdtRangeStart sdtStart, TextProperties properties)

Parameters

sdtStart

SdtRangeStart

properties

TextProperties

Methods

InsertAroundSelectedImage(RadDocumentEditor)

Represents the case of inserting a content control around a single selected image.

Declaration

cs-api-definition
public override void InsertAroundSelectedImage(RadDocumentEditor editor)

Parameters

editor

RadDocumentEditor

Overrides SdtBuilder<TextProperties>.InsertAroundSelectedImage(RadDocumentEditor)

InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

Represents the case of inserting a content control around multiple selected paragraphs or tables.

Declaration

cs-api-definition
public override void InsertAroundSelectedMultipleBlocks(RadDocumentEditor editor, Block firstBlock, Block lastBlock)

Parameters

editor

RadDocumentEditor

firstBlock

Block

lastBlock

Block

Overrides SdtBuilder<TextProperties>.InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

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

InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

Represents the case of inserting a content control around a single selected row.

Declaration

cs-api-definition
public override void InsertAroundSelectedSingleRow(RadDocumentEditor editor, TableRow row)

Parameters

editor

RadDocumentEditor

row

TableRow

Overrides SdtBuilder<TextProperties>.InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

InsertAroundSelectedTable(RadDocumentEditor, Table)

Represents the case of inserting a content control around a single selected table.

Declaration

cs-api-definition
public override void InsertAroundSelectedTable(RadDocumentEditor editor, Table table)

Parameters

editor

RadDocumentEditor

table

Table

Overrides SdtBuilder<TextProperties>.InsertAroundSelectedTable(RadDocumentEditor, Table)