Creates new paragraph item instance.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ParagraphBase CreateParagraphItem(
	ParagraphItemType itemType
)
Public Function CreateParagraphItem ( 
	itemType As ParagraphItemType
) As ParagraphBase
public:
ParagraphBase^ CreateParagraphItem(
	ParagraphItemType itemType
)
member CreateParagraphItem : 
        itemType : ParagraphItemType -> ParagraphBase 

Parameters

itemType
ParagraphItemType
Paragraph item type

Return Value

ParagraphBase

See Also