ClassParagraphCollection
Class
Represents a collection of paragraphs within a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ParagraphCollection : SpecializedDocumentElementCollection<Paragraph>, ICollection<Paragraph>, IEnumerable<Paragraph>, IList, ICollection, IEnumerable
Inheritance: objectSpecializedDocumentElementCollection<Paragraph>ParagraphCollection
Implements:
Inherited Members
Constructors
ParagraphCollection(DocumentElementCollection)
Declaration
cs-api-definition
public ParagraphCollection(DocumentElementCollection toWrap)
Parameters
toWrap