Class BlockCollection
Defines a collection of blocks.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class BlockCollection : CollectionBase<IBlockElement>, IEnumerable<IBlockElement>, IEnumerable
Constructors
BlockCollection()
Declaration
public BlockCollection()
Methods
AddBlock()
AddBlock(List, Int32)
Adds a new block with list bullet.
Declaration
public Block AddBlock(List list, int listLevel)
Parameters
List
list
The list. |
System.Int32
listLevel
The list level. |
Returns
Block
The block. |