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
Properties
SupportsPageBreak
Gets a value indicating whether a page break is supported by the collection.
public bool SupportsPageBreak { get; }
Property Value
Methods
AddNew()
Adds a new paragraph to the collection.
public Paragraph AddNew()