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
)
Public Function InsertParagraphItem (
itemType As ParagraphItemType
) As IParagraphBase
public:
IParagraphBase^ InsertParagraphItem(
ParagraphItemType itemType
)
member InsertParagraphItem :
itemType : ParagraphItemType -> IParagraphBase
Parameters
-
itemType
-
Type:
Spire.Doc.Documents
ParagraphItemType
Type of the item.
Return Value
Type:
IParagraphBase
See Also