skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    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
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SdtRepeatingSectionBuilder

Represents an SdtRepeatingSectionBuilder that handles the generation of RepeatingSection content controls.

Inheritance
System.Object
SdtBuilder<RepeatingSectionProperties>
SdtRepeatingSectionBuilder
Inherited Members
SdtBuilder<RepeatingSectionProperties>.InsertCore(RadFlowDocumentEditor)
SdtBuilder<RepeatingSectionProperties>.InsertInEmptyParagraph(RadFlowDocumentEditor, Paragraph)
SdtBuilder<RepeatingSectionProperties>.InsertInEmptyTableCell(RadFlowDocumentEditor, TableCell)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedTableCell(RadFlowDocumentEditor, TableCell)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedMultipleBlocks(RadFlowDocumentEditor, DocumentElementBase, DocumentElementBase)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedParagraph(RadFlowDocumentEditor, Paragraph)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedSingleRow(RadFlowDocumentEditor, TableRow)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedMultipleRows(RadFlowDocumentEditor, TableRow, TableRow)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedImage(RadFlowDocumentEditor)
SdtBuilder<RepeatingSectionProperties>.InsertAroundSelectedTable(RadFlowDocumentEditor, Table)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll

Syntax

public class SdtRepeatingSectionBuilder : SdtBuilder<RepeatingSectionProperties>, ISdtBuilder

Constructors

SdtRepeatingSectionBuilder(SdtRangeStart, RepeatingSectionProperties)

Initializes a new instance of the SdtRepeatingSectionBuilder class.

Declaration
public SdtRepeatingSectionBuilder(SdtRangeStart sdt, RepeatingSectionProperties properties)
Parameters
SdtRangeStart sdt

RepeatingSectionProperties 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
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertAfterHardBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeEnd)

InsertAfterMultiBlockSdt(RadFlowDocumentEditor, SdtRangeEnd)

Represents the case of inserting a content control after another content control hosting multiple paragraphs or tables.

Declaration
public override void InsertAfterMultiBlockSdt(RadFlowDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadFlowDocumentEditor editor

SdtRangeEnd previousSdtEnd

Overrides
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertAfterMultiBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeEnd)

InsertAfterSoftBlockSdt(RadFlowDocumentEditor, SdtRangeEnd)

Represents the case of inserting an inline content control that follows another content control hosting a paragraph or a cell.

Declaration
public override void InsertAfterSoftBlockSdt(RadFlowDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadFlowDocumentEditor editor

SdtRangeEnd previousSdtEnd

Overrides
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertAfterSoftBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeEnd)

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
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertAroundSelectedInlineRange(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor)

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
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertBeforeHardBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeStart)

InsertBeforeMultiBlockSdt(RadFlowDocumentEditor, SdtRangeStart)

Represents the case of inserting a content control before another content control hosting multiple paragraphs or tables.

Declaration
public override void InsertBeforeMultiBlockSdt(RadFlowDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadFlowDocumentEditor editor

SdtRangeStart nextSdtStart

Overrides
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertBeforeMultiBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeStart)

InsertBeforeSoftBlockSdt(RadFlowDocumentEditor, SdtRangeStart)

Represents the case of inserting an inline content control that is placed just before another content control hosting a paragraph or a cell.

Declaration
public override void InsertBeforeSoftBlockSdt(RadFlowDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadFlowDocumentEditor editor

SdtRangeStart nextSdtStart

Overrides
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertBeforeSoftBlockSdt(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor, Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtRangeStart)

InsertSdtInPartialParagraphSelection(RadFlowDocumentEditor)

Represents the case of inserting an inline content control around a partially selected paragraph.

Declaration
public override void InsertSdtInPartialParagraphSelection(RadFlowDocumentEditor editor)
Parameters
RadFlowDocumentEditor editor

Overrides
Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.SdtBuilder<Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags.RepeatingSectionProperties>.InsertSdtInPartialParagraphSelection(Telerik.Windows.Documents.Flow.Model.Editing.RadFlowDocumentEditor)
Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • 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.