Class BlockCollection
Represents a collection of blocks in a document model.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BlockCollection : SpecializedDocumentElementCollection<Block>, ICollection<Block>, IEnumerable<Block>, IEnumerable, IList, ICollection
Remarks
This class provides functionality to manage a collection of block elements, such as paragraphs, tables, images, and other composite structures within a document.
Constructors
BlockCollection(DocumentElementCollection)
Declaration
public BlockCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|