skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SdtPictureBuilder

Represents an SdtBuilder that handles the generation of picture content controls.

Inheritance
System.Object
SdtBuilder<PictureProperties>
SdtPictureBuilder
Inherited Members
SdtBuilder<PictureProperties>.InsertAfterSoftBlockSdt(RadDocumentEditor, SdtRangeEnd)
SdtBuilder<PictureProperties>.InsertBeforeSoftBlockSdt(RadDocumentEditor, SdtRangeStart)
SdtBuilder<PictureProperties>.InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)
SdtBuilder<PictureProperties>.InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)
SdtBuilder<PictureProperties>.UpdateContent(RadDocumentEditor)
SdtBuilder<PictureProperties>.UpdateContent()
SdtBuilder<PictureProperties>.UpdateStyle()
SdtBuilder<PictureProperties>.InsertSdtInPartialParagraphSelection(RadDocumentEditor)
SdtBuilder<PictureProperties>.SdtStart
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll

Syntax

public class SdtPictureBuilder : SdtBuilder<PictureProperties>, ISdtBuilder

Constructors

SdtPictureBuilder(SdtRangeStart, PictureProperties)

Initializes a new instance of the SdtPictureBuilder class.

Declaration
public SdtPictureBuilder(SdtRangeStart sdtStart, PictureProperties properties)
Parameters
SdtRangeStart sdtStart

PictureProperties properties

Methods

InsertAfterHardBlockSdt(RadDocumentEditor, 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(RadDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadDocumentEditor editor

SdtRangeEnd previousSdtEnd

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAfterHardBlockSdt(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtRangeEnd)

InsertAroundSelectedImage(RadDocumentEditor)

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

Declaration
public override void InsertAroundSelectedImage(RadDocumentEditor editor)
Parameters
RadDocumentEditor editor

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedImage(Telerik.Windows.Documents.Model.RadDocumentEditor)

InsertAroundSelectedInlineRange(RadDocumentEditor)

Represents the case of inserting an inline content control around a free selection.

Declaration
public override void InsertAroundSelectedInlineRange(RadDocumentEditor editor)
Parameters
RadDocumentEditor editor

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedInlineRange(Telerik.Windows.Documents.Model.RadDocumentEditor)

InsertAroundSelectedMultipleBlocks(RadDocumentEditor, Block, Block)

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

Declaration
public override void InsertAroundSelectedMultipleBlocks(RadDocumentEditor editor, Block firstBlock, Block lastBlock)
Parameters
RadDocumentEditor editor

Block firstBlock

Block lastBlock

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedMultipleBlocks(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.Block, Telerik.Windows.Documents.Model.Block)

InsertAroundSelectedMultipleRows(RadDocumentEditor, TableRow, TableRow)

Represents the case of inserting a content control around multiple selected rows.

Declaration
public override void InsertAroundSelectedMultipleRows(RadDocumentEditor editor, TableRow firstRow, TableRow lastRow)
Parameters
RadDocumentEditor editor

TableRow firstRow

TableRow lastRow

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedMultipleRows(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.TableRow, Telerik.Windows.Documents.Model.TableRow)

InsertAroundSelectedParagraph(RadDocumentEditor, Paragraph)

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

Declaration
public override void InsertAroundSelectedParagraph(RadDocumentEditor editor, Paragraph paragraph)
Parameters
RadDocumentEditor editor

Paragraph paragraph

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedParagraph(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.Paragraph)

InsertAroundSelectedSingleRow(RadDocumentEditor, TableRow)

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

Declaration
public override void InsertAroundSelectedSingleRow(RadDocumentEditor editor, TableRow row)
Parameters
RadDocumentEditor editor

TableRow row

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedSingleRow(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.TableRow)

InsertAroundSelectedTable(RadDocumentEditor, Table)

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

Declaration
public override void InsertAroundSelectedTable(RadDocumentEditor editor, Table table)
Parameters
RadDocumentEditor editor

Table table

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedTable(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.Table)

InsertAroundSelectedTableCell(RadDocumentEditor, TableCell)

Represents the case of inserting a content control around a table cell.

Declaration
public override void InsertAroundSelectedTableCell(RadDocumentEditor editor, TableCell cell)
Parameters
RadDocumentEditor editor

TableCell cell

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertAroundSelectedTableCell(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.TableCell)

InsertBeforeHardBlockSdt(RadDocumentEditor, 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(RadDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadDocumentEditor editor

SdtRangeStart nextSdtStart

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertBeforeHardBlockSdt(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtRangeStart)

InsertCore(RadDocumentEditor)

Executes the main insert logic.

Declaration
public override void InsertCore(RadDocumentEditor editor)
Parameters
RadDocumentEditor editor

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertCore(Telerik.Windows.Documents.Model.RadDocumentEditor)

InsertInEmptyParagraph(RadDocumentEditor, Paragraph)

Represents the case of inserting in the beginning of an empty paragraph.

Declaration
public override void InsertInEmptyParagraph(RadDocumentEditor editor, Paragraph paragraph)
Parameters
RadDocumentEditor editor

Paragraph paragraph

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertInEmptyParagraph(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.Paragraph)

InsertInEmptyTableCell(RadDocumentEditor, TableCell)

Represents the case of inserting in the beginning of an empty table cell.

Declaration
public override void InsertInEmptyTableCell(RadDocumentEditor editor, TableCell tableCell)
Parameters
RadDocumentEditor editor

TableCell tableCell

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertInEmptyTableCell(Telerik.Windows.Documents.Model.RadDocumentEditor, Telerik.Windows.Documents.Model.TableCell)

InsertInMultiSelection(RadDocumentEditor)

Represents the case of inserting a content control in a multiple selection scenario.

Declaration
public override void InsertInMultiSelection(RadDocumentEditor editor)
Parameters
RadDocumentEditor editor

Overrides
Telerik.Windows.Documents.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Model.StructuredDocumentTags.PictureProperties>.InsertInMultiSelection(Telerik.Windows.Documents.Model.RadDocumentEditor)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.