[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ParagraphCollection.Add

Add Method

Add()

Adds a Paragraph to this collection at the End location.

Declaration
public Paragraph Add()
Returns
Type Description
Paragraph

The added Paragraph.

Add(string)

Adds a Paragraph to this collection at the End location.

Declaration
public Paragraph Add(string text)
Parameters
Type Name Description
string text

The text of the inserted Paragraph

Returns
Type Description
Paragraph

The added Paragraph.

Add(Style)

Adds a Paragraph to this collection at the End location.

Declaration
public Paragraph Add(Style style)
Parameters
Type Name Description
Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.

Add(string, Style)

Adds a Paragraph to this collection at the End location.

Declaration
public Paragraph Add(string text, Style style)
Parameters
Type Name Description
string text

The text of the inserted Paragraph

Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.