| Package | Description |
|---|---|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
PageArea.getPage()
Gets the document page information such as page index and page size.
|
| Constructor and Description |
|---|
PageArea(Page page,
Rectangle rectangle) |
PageBarcodeArea(String value,
String codeTypeName,
int confidence,
double angle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageBarcodeArea class. |
PageBarcodeArea(String value,
String codeTypeName,
Page page,
Rectangle rectangle)
Deprecated.
|
PageGroupArea(Iterable<PageArea> areas,
Page page)
Initializes a new instance of the
PageGroupArea class. |
PageHyperlinkArea(String text,
String url,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageHyperlinkArea class. |
PageImageArea(InputStream imageStream,
FileType fileType,
double rotation,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageImageArea class. |
PageTableArea(Iterable<Double> rows,
Iterable<Double> columns,
Iterable<PageTableAreaCell> cells,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTableArea class. |
PageTextArea(Iterable<PageTextArea> areas,
Page page)
Initializes a new instance of the
PageTextArea class. |
PageTextArea(String text,
Double baseLine,
TextStyle textStyle,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
PageTextArea(String text,
Page page,
Rectangle rectangle)
Initializes a new instance of the
PageTextArea class. |
Copyright © 2026. All rights reserved.