Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PageTextArea> |
Parser.getTextAreas()
Extracts text areas from the document.
|
Iterable<PageTextArea> |
Parser.getTextAreas(int pageIndex)
Extracts text areas from the document page.
|
Iterable<PageTextArea> |
Parser.getTextAreas(int pageIndex,
PageTextAreaOptions options)
Extracts text areas from the document page using customization options (regular expression, match case, etc.).
|
Iterable<PageTextArea> |
Parser.getTextAreas(PageTextAreaOptions options)
Extracts text areas from the document using customization options (regular expression, match case, etc.).
|
Modifier and Type | Method and Description |
---|---|
List<PageTextArea> |
PageTextArea.getAreas()
Gets the collection of child text page areas.
|
Constructor and Description |
---|
PageTextArea(Iterable<PageTextArea> areas,
Page page)
Initializes a new instance of the
PageTextArea class. |