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