public class DefaultPdfTextLocation extends Object implements IPdfTextLocation
| Constructor and Description |
|---|
DefaultPdfTextLocation(int pageNr,
Rectangle rect,
String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNumber()
Get the page number of the page on which the text is located
|
Rectangle |
getRectangle() |
String |
getText() |
DefaultPdfTextLocation |
setPageNr(int pageNr) |
DefaultPdfTextLocation |
setRectangle(Rectangle rectangle) |
DefaultPdfTextLocation |
setText(String text) |
public Rectangle getRectangle()
getRectangle in interface IPdfTextLocationRectangle in which the text is locatedpublic DefaultPdfTextLocation setRectangle(Rectangle rectangle)
public String getText()
getText in interface IPdfTextLocationpublic DefaultPdfTextLocation setText(String text)
public int getPageNumber()
IPdfTextLocationgetPageNumber in interface IPdfTextLocationpublic DefaultPdfTextLocation setPageNr(int pageNr)
Copyright © 1998–2024 Apryse Group NV. All rights reserved.