Table of Contents

Class CollectionParagraphs

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a collection of paragraphs capable of being rendered.

public class CollectionParagraphs : DomCollectionBase<Paragraph>, IList<Paragraph>, ICollection<Paragraph>, IReadOnlyList<Paragraph>, IReadOnlyCollection<Paragraph>, IEnumerable<Paragraph>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
Inheritance
CollectionParagraphs
Implements
Inherited Members

Methods

AddNew()

Adds a new paragraph to the collection.

public Paragraph AddNew()

Returns

Paragraph

The newly created Paragraph instance.