Enum EntityType
Specifies the type of a DLS entity.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum EntityType
Fields
Name | Description |
---|---|
AbsoluteTab | Absolute Tab in the Word document |
AlternateChunk | AlternateChunk in the Word document |
AutoShape | Auto shape in the Word document |
BlockContentControl | Block Content control in the Word document |
BookmarkEnd | Bookmark end in the Word document |
BookmarkStart | Bookmark start in the Word document |
Break | Break in the Word document |
CellContentControl | Structure Document Tag Cell in the Word document |
Chart | Chart in the Word document |
CheckBox | Check box in the Word document |
ChildGroupShape | Child group shape in the Word document |
ChildShape | Child shape in the Word document |
Comment | Comment in the Word document |
CommentEnd | Comment End in the Word document |
CommentMark | Comment mark in the Word document |
ControlField | Control field in the Word document |
DropDownFormField | Drop down form field in the Word document |
EditableRangeEnd | Editable range end in the Word document |
EditableRangeStart | Editable range start in the Word document |
EmbededField | Embeded in the Word document |
Field | Field in the Word document |
FieldMark | Field mark in the Word document |
Footnote | Footnote in the Word document |
GroupShape | Group shape in the Word document |
HeaderFooter | Header and Footer in the Word document |
InlineContentControl | Structure Document Tag Inline in the Word document |
Math | Mathematical equation in the Word document |
MergeField | Merge field in the Word document |
OleObject | OLE Object in the Word document |
Paragraph | Paragraph in the Word document |
Picture | Picture in the Word document |
RowContentControl | Structure Document Tag Row in the Word document |
SDTBlockContent | Structure Document Tag Block Content in the Word document |
SDTCellContent | Structure Document Tag Cell Content in the Word document |
SDTInlineContent | Structure Document Tag Inline Content in the Word document |
SDTRowContent | Structure Document Tag Row Content in the Word document |
Section | Section in the Word document. |
SeqField | Sequence Field Tag in the Word document |
Shape | Shape in the Word document |
StructureDocumentTag | Structure Document Tag in the Word document |
StructureDocumentTagCell | Structure Document Tag Cell in the Word document |
StructureDocumentTagInline | Structure Document Tag Inline in the Word document |
StructureDocumentTagRow | Structure Document Tag Row in the Word document |
Symbol | Symbol in the Word document |
Table | Table in the Word document |
TableCell | Table Cell in the Word document |
TableRow | Table row in the Word document |
TextBody | Text body in the Word document. |
TextBox | TextBox in the Word document |
TextFormField | Text form field in the Word document |
TextRange | Text run in the Word document |
TOC | Table of content in the Word document |
Undefined | Undefiened element |
WordDocument | Main Word document. |
XmlParaItem | Xml Paragraph Item in the Word document |