public class DefaultPdfTextLocation extends Object implements IPdfTextLocation
| Constructor and Description |
|---|
DefaultPdfTextLocation(Rectangle rect,
String text)
Creates new pdf text location.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getRectangle() |
String |
getText() |
DefaultPdfTextLocation |
setRectangle(Rectangle rectangle)
Sets text rectangle (occupied area) for this pdf text location.
|
DefaultPdfTextLocation |
setText(String text)
Sets text for this pdf text location.
|
public Rectangle getRectangle()
getRectangle in interface IPdfTextLocationRectangle in which the text is locatedpublic DefaultPdfTextLocation setRectangle(Rectangle rectangle)
rectangle - new text rectangleDefaultPdfTextLocation instancepublic String getText()
getText in interface IPdfTextLocationpublic DefaultPdfTextLocation setText(String text)
text - new textDefaultPdfTextLocation instanceCopyright © 1998–2025 Apryse Group NV. All rights reserved.