C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : ParagraphItemCollection Class |
For a list of all members of this type, see ParagraphItemCollection members.
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a ParagraphText object to the collection. |
![]() | Clear | Clears collection. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | CopyTo | (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<ParagraphItem>) |
![]() | Remove | Removes a ParagraphItem object from collection. |
![]() | RemoveAt | Removes item with specified index from the collection. |