[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ControlContent.AddParagraph

AddParagraph Method

AddParagraph()

Adds a Paragraph to the end of the current control content.

Declaration
public Paragraph AddParagraph()
Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(string)

Adds a Paragraph to the end of the current control content.

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

The text of the paragraph.

Returns
Type Description
Paragraph

The added Paragraph.

AddParagraph(Style)

Adds a Paragraph to the end of the current control content.

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 current control content.

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

The text of the paragraph.

Style style

The paragraph style.

Returns
Type Description
Paragraph

The added Paragraph.