Class
ParagraphCollection

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: ICollectionICollection<Paragraph>IEnumerableIEnumerable<Paragraph>IList

Inherited Members SpecializedDocumentElementCollection<Paragraph>.OnElementAdded(DocumentElement)SpecializedDocumentElementCollection<Paragraph>.OnCollectionChanged()SpecializedDocumentElementCollection<Paragraph>.ToArray()SpecializedDocumentElementCollection<Paragraph>.VerifyChildrenOverride(Paragraph)SpecializedDocumentElementCollection<Paragraph>.Add(Paragraph)SpecializedDocumentElementCollection<Paragraph>.AddBefore(Paragraph, Paragraph)SpecializedDocumentElementCollection<Paragraph>.AddAfter(Paragraph, Paragraph)SpecializedDocumentElementCollection<Paragraph>.Clear()SpecializedDocumentElementCollection<Paragraph>.Contains(Paragraph)SpecializedDocumentElementCollection<Paragraph>.CopyTo(Paragraph[], int)SpecializedDocumentElementCollection<Paragraph>.Remove(Paragraph)SpecializedDocumentElementCollection<Paragraph>.Detach(Paragraph)SpecializedDocumentElementCollection<Paragraph>.GetEnumerator()SpecializedDocumentElementCollection<Paragraph>.AddRange(IEnumerable<Paragraph>)SpecializedDocumentElementCollection<Paragraph>.InnerCollectionSpecializedDocumentElementCollection<Paragraph>.FirstSpecializedDocumentElementCollection<Paragraph>.LastSpecializedDocumentElementCollection<Paragraph>.CountSpecializedDocumentElementCollection<Paragraph>.IsReadOnlySpecializedDocumentElementCollection<Paragraph>.ElementAddedSpecializedDocumentElementCollection<Paragraph>.CollectionChanged

Constructors

ParagraphCollection(DocumentElementCollection)

Declaration

cs-api-definition
public ParagraphCollection(DocumentElementCollection toWrap)

Parameters

toWrap

DocumentElementCollection