[]
        
(Showing Draft Content)

C1.Report.ParagraphItemCollection.Add

Add Method

Add(string)

Adds a ParagraphText object to the collection.

Declaration
public ParagraphText Add(string text)
Parameters
Type Name Description
string text
Returns
Type Description
ParagraphText

Returns added ParagraphText object.

Add(ParagraphItem)

Adds a ParagraphItem object to the collection.

Declaration
public void Add(ParagraphItem item)
Parameters
Type Name Description
ParagraphItem item