ClassBlockCollection
Class
Manages block-level elements (paragraphs and tables) within sections or table cells, providing strongly-typed add methods for content construction.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Collections
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public sealed class BlockCollection : DocumentElementCollection<BlockBase, BlockContainerBase>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<BlockBase, BlockContainerBase>DocumentElementCollection<BlockBase, BlockContainerBase>BlockCollection
Implements:
Inherited Members
Methods
AddParagraph()
Creates and appends a new Paragraph to the collection and returns it for content and formatting configuration.
Declaration
cs-api-definition
public Paragraph AddParagraph()
Returns
The added paragraph.
AddTable()
Creates and appends a new Table to the collection and returns it for row, cell, and formatting configuration.