Click or drag to resize

Comment AddItem Method

Adds the paragraph item to the commented items.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void AddItem(
	IParagraphBase paraItem
)

Parameters

paraItem
Type: Spire.Doc.Interface IParagraphBase
The paragraph item.

Return Value

Type:
See Also