Click or drag to resize

Document CreateParagraphItem Method

Creates new paragraph item instance.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ParagraphBase CreateParagraphItem(
	ParagraphItemType itemType
)

Parameters

itemType
Type: Spire.Doc.Documents ParagraphItemType
Paragraph item type

Return Value

Type: ParagraphBase
See Also