[]
        
(Showing Draft Content)

C1.WPF.FlexReport.ParagraphItemCollection

ParagraphItemCollection Class

Represents a collection of ParagraphItem objects.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class ParagraphItemCollection : ReportObjectList<ParagraphItem>, ICollection<ParagraphItem>, IEnumerable<ParagraphItem>, IList, ICollection, IEnumerable

Properties

Name Description
Report

Gets the C1FlexReport object owning this collection.

Methods

Name Description
Add(ParagraphItem)

Adds a ParagraphItem object to the collection.

Add(string)

Adds a ParagraphText object to the collection.

Clear()

Clears collection.

Remove(ParagraphItem)

Removes a ParagraphItem object from collection.

RemoveAt(int)

Removes item with specified index from the collection.