Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 | |
| Picture | 1 | |
| Field | 2 | |
| FieldMark | 3 | |
| MergeField | 4 | |
| FormField | 5 | |
| CheckBox | 6 | |
| TextFormField | 7 | |
| DropDownFormField | 8 | |
| SeqField | 9 | |
| EmbedField | 10 | |
| ControlField | 11 | |
| BookmarkStart | 12 | |
| BookmarkEnd | 13 | |
| PermissionStart | 14 | |
| PermissionEnd | 15 | |
| ShapeObject | 16 | |
| ShapeGroup | 17 | |
| Comment | 18 | |
| CommentMark | 19 | |
| Footnote | 20 | |
| TextBox | 21 | |
| Break | 22 | |
| Symbol | 23 | |
| TOC | 24 | |
| OleObject | 25 |