Class SdtRepeatingSectionBuilder
Represents an SdtBuilder that handles the generation of RepeatingSection content controls.
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SdtRepeatingSectionBuilder : SdtBuilder<RepeatingSectionProperties>, ISdtBuilder
Constructors
SdtRepeatingSectionBuilder(SdtRangeStart, RepeatingSectionProperties)
Initializes a new instance of the SdtRepeatingSectionBuilder class.
Declaration
public SdtRepeatingSectionBuilder(SdtRangeStart sdtStart, RepeatingSectionProperties properties)
Parameters
SdtRangeStart
sdtStart
|
RepeatingSectionProperties
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
InsertAfterMultiBlockSdt(RadDocumentEditor, SdtRangeEnd)
Represents the case of inserting a content control after another content control hosting multiple paragraphs or tables.
Declaration
public override void InsertAfterMultiBlockSdt(RadDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadDocumentEditor
editor
|
SdtRangeEnd
previousSdtEnd
|
Overrides
InsertAfterSoftBlockSdt(RadDocumentEditor, 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(RadDocumentEditor editor, SdtRangeEnd previousSdtEnd)
Parameters
RadDocumentEditor
editor
|
SdtRangeEnd
previousSdtEnd
|
Overrides
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
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
InsertBeforeMultiBlockSdt(RadDocumentEditor, SdtRangeStart)
Represents the case of inserting a content control before another content control hosting multiple paragraphs or tables.
Declaration
public override void InsertBeforeMultiBlockSdt(RadDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadDocumentEditor
editor
|
SdtRangeStart
nextSdtStart
|
Overrides
InsertBeforeSoftBlockSdt(RadDocumentEditor, 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(RadDocumentEditor editor, SdtRangeStart nextSdtStart)
Parameters
RadDocumentEditor
editor
|
SdtRangeStart
nextSdtStart
|
Overrides
InsertCore(RadDocumentEditor)
Executes the main insert logic.
Declaration
public override void InsertCore(RadDocumentEditor editor)
Parameters
RadDocumentEditor
editor
|
Overrides
InsertSdtInPartialParagraphSelection(RadDocumentEditor)
Represents the case of inserting an inline content control around a partially selected paragraph.
Declaration
public override void InsertSdtInPartialParagraphSelection(RadDocumentEditor editor)
Parameters
RadDocumentEditor
editor
|