Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageHyperlinkArea> |
Parser.getHyperlinks(int pageIndex,
PageAreaOptions options)
Extracts hyperlinks from the document page using customization options (to set the rectangular area that contains hyperlinks).
|
Iterable<PageHyperlinkArea> |
Parser.getHyperlinks(PageAreaOptions options)
Extracts hyperlinks from the document using customization options (to set the rectangular area that contains hyperlinks).
|
Iterable<PageImageArea> |
Parser.getImages(int pageIndex,
PageAreaOptions options)
Extracts images from the document page using customization options (to set the rectangular area that contains images).
|
Iterable<PageImageArea> |
Parser.getImages(PageAreaOptions options)
Extracts images from the document using customization options (to set the rectangular area that contains images).
|
Modifier and Type | Class and Description |
---|---|
class |
PageTableAreaOptions
Provides the options which are used for page table areas extraction.
|
class |
PageTextAreaOptions
Provides the options which are used for page text areas extraction.
|