Class BlockCollection
Defines a collection of block elements.
Inheritance
System.Object
BlockCollection
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.Flow.Model.Collections
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class BlockCollection : DocumentElementCollection<BlockBase, BlockContainerBase>, IList<BlockBase>, ICollection<BlockBase>, IEnumerable<BlockBase>, IEnumerable
Methods
AddParagraph()
Adds a new Paragraph to the collection.
Declaration
public Paragraph AddParagraph()
Returns
Paragraph
The added paragraph. |
AddTable()
Adds a new Table to the collection.
Declaration
public Table AddTable()
Returns
Table
The added table. |