Class BlockCollection
Manages block-level elements (paragraphs and tables) within sections or table cells, providing strongly-typed add methods for content construction.
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()
Creates and appends a new Paragraph to the collection and returns it for content and formatting configuration.
Declaration
public Paragraph AddParagraph()
Returns
|
Paragraph
The added paragraph. |