Click or drag to resize

ParagraphCollection Add Method

Adds a paragraph to end of text body.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	IParagraph paragraph
)

Parameters

paragraph
Type: Spire.Doc.Interface IParagraph
The paragraph.

Return Value

Type: Int32

Implements

IParagraphCollection Add(IParagraph)
See Also