Specifies type of the ParagraphBase.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum ParagraphItemType
Public Enumeration ParagraphItemType
public enum class ParagraphItemType
type ParagraphItemType

Members

MemberValueDescription
TextRange0
ParagraphBase is a text.
Picture1
ParagraphBase is a picture.
Field2
ParagraphBase is a field.
FieldMark3
Paragraph item is field mark.
MergeField4
FormField5
CheckBox6
TextFormField7
DropDownFormField8
SeqField9
EmbedField10
ControlField11
Paragraph item is form control field.
BookmarkStart12
ParagraphBase is a start of bookmark.
BookmarkEnd13
ParagraphBase is a end of bookmark.
PermissionStart14
ParagraphBase is a start of Permission
PermissionEnd15
ParagraphBase is a end of Permission.
ShapeObject16
ShapeGroup17
Comment18
ParagraphBase is a comment.
CommentMark19
Paragraph item is comment mark.
Footnote20
ParagraphBase is a footnote.
TextBox21
ParagraphBase is a textbox.
Break22
Symbol23
TOC24
OleObject25

See Also