Specifies type of the ParagraphBase.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | 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 | |
| FormField | 5 | |
| CheckBox | 6 | |
| TextFormField | 7 | |
| DropDownFormField | 8 | |
| SeqField | 9 | |
| EmbedField | 10 | |
| 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 | |
| ShapeGroup | 17 | |
| 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 | |
| Symbol | 23 | |
| TOC | 24 | |
| OleObject | 25 |