Click or drag to resize

ParagraphItemType Enumeration

Specifies type of the ParagraphBase.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum ParagraphItemType
Members
Member name Value Description
TextRange 0 ParagraphBase is a text.
Picture 1 ParagraphBase is a picture.
Field 2 ParagraphBase is a field.
FieldMark 3 Paragraph item is field mark.
MergeField 4 ParagraphBase is a merge field
FormField 5 ParagraphBase is a a form field
CheckBox 6 ParagraphBase is a a checkbox
TextFormField 7
DropDownFormField 8 ParagraphBase is a drop-down form field.
SeqField 9 ParagraphBase is a sequence field
EmbedField 10 ParagraphBase is a embedded field
ControlField 11 Paragraph item is form control field.
BookmarkStart 12 ParagraphBase is a start of bookmark.
BookmarkEnd 13 ParagraphBase is a end of bookmark.
PermissionStart 14 ParagraphBase is a start of Permission
PermissionEnd 15 ParagraphBase is a end of Permission.
ShapeObject 16 ParagraphBase is a shape object.
ShapeGroup 17 ParagraphBase is a group of shapes.
Comment 18 ParagraphBase is a comment.
CommentMark 19 Paragraph item is comment mark.
Footnote 20 ParagraphBase is a footnote.
TextBox 21 ParagraphBase is a textbox.
Break 22 PragraphItem is a break.
Symbol 23 ParagraphBase is a symbol.
TOC 24 ParagraphBase is a Table of Contents
OleObject 25 ParagraphBase is an OLE object
See Also