[]
        
(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()
Public Function Add() As Paragraph
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)
Public Function Add(text As String) As Paragraph
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)
Public Function Add(style As Style) As Paragraph
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)
Public Function Add(text As String, style As Style) As Paragraph
Parameters
Type Name Description
string text

The text of the inserted Paragraph

Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.