Enum WordChunkType
Specifies the type of elementary during reading or writing.
Namespace: Syncfusion.DocIO.ReaderWriter
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum WordChunkType
Fields
Name | Description |
---|---|
Annotation | Specifies an annotation. |
ColumnBreak | Specifies column break. |
CurrentPageNumber | Specifies a current page number. |
DocumentEnd | Specifies document end. |
EndOfSubdocText | Specifies end of the document text. |
FieldBeginMark | Specifies field begin mark. |
FieldEndMark | Specifies field begin end. |
FieldSeparator | Specifies separator for a field. |
Footnote | Specifies FootNote. |
Image | Specifies an Image. |
LineBreak | Specifies a line break. |
PageBreak | Specifies page break. |
ParagraphEnd | Specifies end of the paragraph. |
SectionEnd | Specifies section`s end. |
Shape | Specifies a Shape. |
Symbol | Specifies a symbol. |
Tab | Specifies tab. |
Table | Specifies Table. |
TableCell | specifies table`s cell. |
TableRow | Specifies row of the table. |
Text | Specifies text element. |