Class SdtRepeatingSectionBuilder
Represents an SdtRepeatingSectionBuilder that handles the generation of RepeatingSection content controls.
Inherited Members
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
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
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
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
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
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
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
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
|