Click or drag to resize

BookmarksNavigator InsertParagraphItem Method

Inserts the paragraph item to current position.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IParagraphBase InsertParagraphItem(
	ParagraphItemType itemType
)

Parameters

itemType
Type: Spire.Doc.Documents ParagraphItemType
Type of the item.

Return Value

Type: IParagraphBase
See Also