BlockCollection
Class
Collection of flow blocks for building content; provides helpers to create blocks, tables, and list-bulleted blocks.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class BlockCollection : CollectionBase<IBlockElement>, IEnumerable
Inheritance: objectCollectionBase<IBlockElement>BlockCollection
Implements:
Inherited Members
Methods
Creates a block, adds it to the collection, and returns it.
Creates a table, adds it to the collection, and returns it.