BlockCollection
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:
C#
public sealed class BlockCollection : DocumentElementCollection<BlockBase, BlockContainerBase>, IList<BlockBase>, ICollection<BlockBase>, IEnumerable<BlockBase>, IEnumerable
Inheritance: objectDocumentElementCollectionBase<BlockBase, BlockContainerBase>DocumentElementCollection<BlockBase, BlockContainerBase>BlockCollection
Implements:
Inherited Members