Class SdtPictureBuilder
Represents an SdtPictureBuilder that handles the generation of picture content controls.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class SdtPictureBuilder : SdtBuilder<PictureProperties>, ISdtBuilder
Constructors
SdtPictureBuilder(SdtRangeStart, PictureProperties)
Initializes a new instance of the SdtPictureBuilder class.
Declaration
public SdtPictureBuilder(SdtRangeStart sdt, PictureProperties properties)
Parameters
SdtRangeStart
sdt
|
PictureProperties
properties
|
Methods
InsertAfterHardBlockSdt(RadFlowDocumentEditor, SdtRangeEnd)
Represents the case of inserting an inline content control that follows another content control hosting the end of a table or a table row.
Declaration
public override void InsertAfterHardBlockSdt(RadFlowDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadFlowDocumentEditor
editor
|
SdtRangeEnd
previousSdtEnd
|
Overrides
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
InsertAroundSelectedInlineRange(RadFlowDocumentEditor)
Represents the case of inserting an inline content control around a free selection.
Declaration
public override void InsertAroundSelectedInlineRange(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
InsertAroundSelectedParagraph(RadFlowDocumentEditor, Paragraph)
Represents the case of inserting a content control around a single selected paragraph.
Declaration
public override void InsertAroundSelectedParagraph(RadFlowDocumentEditor editor, Paragraph paragraph)
Parameters
RadFlowDocumentEditor
editor
|
Paragraph
paragraph
|
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
|
Overrides
InsertAroundSelectedTableCell(RadFlowDocumentEditor, TableCell)
Represents the case of inserting a content control around a table cell.
Declaration
public override void InsertAroundSelectedTableCell(RadFlowDocumentEditor editor, TableCell cell)
Parameters
RadFlowDocumentEditor
editor
|
TableCell
cell
|
Overrides
InsertBeforeHardBlockSdt(RadFlowDocumentEditor, SdtRangeStart)
Represents the case of inserting an inline content control that is placed just before another content control hosting a table or a table row.
Declaration
public override void InsertBeforeHardBlockSdt(RadFlowDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadFlowDocumentEditor
editor
|
SdtRangeStart
nextSdtStart
|
Overrides
InsertInEmptyParagraph(RadFlowDocumentEditor, Paragraph)
Represents the case of inserting in the beginning of an empty paragraph.
Declaration
public override void InsertInEmptyParagraph(RadFlowDocumentEditor editor, Paragraph paragraph)
Parameters
RadFlowDocumentEditor
editor
|
Paragraph
paragraph
|
Overrides
InsertInEmptyTableCell(RadFlowDocumentEditor, TableCell)
Represents the case of inserting in the beginning of an empty table cell.
Declaration
public override void InsertInEmptyTableCell(RadFlowDocumentEditor editor, TableCell tableCell)
Parameters
RadFlowDocumentEditor
editor
|
TableCell
tableCell
|