ClassBlockCollection
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:
cs-api-definition
public class BlockCollection : CollectionBase<IBlockElement>, IEnumerable
Inheritance: objectCollectionBase<IBlockElement>BlockCollection
Implements:
Inherited Members
Methods
AddBlock()
Creates a block, adds it to the collection, and returns it.
Declaration
cs-api-definition
public Block AddBlock()
Returns
The newly created and added block.
AddBlock(List, int)
Creates a block configured with the specified list and level, adds it to the collection, and returns it.
AddTable()
Creates a table, adds it to the collection, and returns it.
Declaration
cs-api-definition
public Table AddTable()
Returns
The newly created and added table.