[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextFrame.AddParagraph

AddParagraph Method

AddParagraph()

Adds a Paragraph to the end of the text frame.

Declaration
public Paragraph AddParagraph()
Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(string)

Adds a Paragraph to the end of the text frame.

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

The text of the added Paragraph

Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(Style)

Adds a Paragraph to the end of the text frame.

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

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(string, Style)

Adds a Paragraph to the end of the text frame.

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

The text of the added Paragraph

Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.