[]
Represents a collection of ParagraphItem objects.
public class ParagraphItemCollection : ReportObjectList<ParagraphItem>, ICollection<ParagraphItem>, IEnumerable<ParagraphItem>, IList, ICollection, IEnumerable
Name | Description |
---|---|
Report | Gets the FlexReport object owning this collection. |
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. |