Class ParagraphCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ParagraphCollection : SpecializedDocumentElementCollection<Paragraph>, ICollection<Paragraph>, IEnumerable<Paragraph>, IEnumerable, IList, ICollection
Constructors
ParagraphCollection(DocumentElementCollection)
Declaration
public ParagraphCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|