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