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()
Adds a new block to the collection.
Declaration
public Block AddBlock()
Returns
Block
The newly created and added block. |
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. |
AddTable()
Adds a new table to the collection.
Declaration
public Table AddTable()
Returns
Table
The newly created and added table. |