ClassParagraphCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.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