Click or drag to resize

IParagraphCollection Add Method

Adds a paragraph to the end of collection.

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

Parameters

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

Return Value

Type: Int32
See Also