Class SdtTextBuilder
Represents ContentGenerator for repeating plain text content control.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtTextBuilder : SdtBuilder<TextProperties>, ISdtBuilder
Constructors
SdtTextBuilder(SdtRangeStart, TextProperties)
Initializes a new instance of the SdtTextBuilder class.
Declaration
public SdtTextBuilder(SdtRangeStart sdt, TextProperties properties)
Parameters
SdtRangeStart
sdt
The structured document tag. |
TextProperties
properties
The properties of the structured document tag. |
Methods
InsertAroundSelectedImage(RadFlowDocumentEditor)
Represents the case of inserting a content control around a single selected image.
Declaration
public override void InsertAroundSelectedImage(RadFlowDocumentEditor editor)
Parameters
RadFlowDocumentEditor
editor
|
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
RadFlowDocumentEditor
editor
|
DocumentElementBase
firstBlock
|
DocumentElementBase
lastBlock
|
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
RadFlowDocumentEditor
editor
|
TableRow
firstRow
|
TableRow
lastRow
|
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
RadFlowDocumentEditor
editor
|
TableRow
row
|
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
RadFlowDocumentEditor
editor
|
Table
table
|