GroupDocs.Parser.Data
The namespace provides classes which represent parsing results.
Classes
Class | Description |
---|---|
ContainerItem | Represents a container item like Zip archive entity, email attachment, PDF Portfolio item and so on. |
DocumentData | Represents data of the document. It consists of FieldData objects which contain field data from document. |
DocumentPageData | Represents data of the document page. It consists of FieldData objects which contain field data from the document page. |
FieldData | Represents field data such as a name, a page index, a field value and so on. Depending on the field the value can be a text, an image, a table and so on. |
HighlightItem | Represents a highlight, a part of the text which is usually used to explain the context of the found text in the search functionality. |
MetadataItem | Represents a metadata item which is used in container items and metadata extraction functionality. |
Page | Represents the document page information such as page index and page size. It’s used to represent the page that contains inheritors of PageArea class in the parsing by template functionality. |
PageArea | Represents an abstract base class for page areas which are used to represent blocks on the document page in the parsing by template functionality. |
PageBarcodeArea | Represents a page barcode area which is used to represent a barcode value in the parsing by template functionality. |
PageGroupArea | Represents a group of page areas which is used to group different types of blocks of the document page in the parsing by template functionality. |
PageHyperlinkArea | Represents a page area which is used to represent a hyperlink on the page. |
PageImageArea | Represents a page image area which is used to represent an image on the page in the parsing by template functionality or an image attachment if images are extracted from emails or Zip archives. |
PageTableArea | Represents a table page area which is used to represent a table in the parsing by template functionality. |
PageTableAreaCell | Represents a table cell which is used in PageTableArea class. |
PageTextArea | Represents a page text area which is used to represent a text value in the parsing by template or parsing form functionality. |
Point | Represents a point. |
Rectangle | Represents a rectangular area. |
SearchResult | Represents the search result in the search functionality. |
Size | Represents a size. |
TextStyle | Represents the style of the text such as a font name, a font size and so on. |
TocItem | Represents the item which is used in the table of contents extraction functionality. |
WorksheetCell | Represents a worksheet cell. |
WorksheetInfo | Represents a sheet info. |
WorksheetRange | Provides the range which are used for the worksheet extraction. |