Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageHyperlinkArea> |
Parser.getHyperlinks()
Extracts hyperlinks from the document.
|
Iterable<PageHyperlinkArea> |
Parser.getHyperlinks(int pageIndex)
Extracts hyperlinks from the document page.
|
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).
|
Copyright © 2020. All rights reserved.