|
iText 9.7.0 API
|
This class acts as a default implementation of IPdfTextLocation More...
Public Member Functions |
|
| DefaultPdfTextLocation (Rectangle rect, String text) | |
| Creates new pdf text location. More... |
|
| virtual Rectangle | GetRectangle () |
|
|
| virtual iText.Kernel.Pdf.Canvas.Parser.Listener.DefaultPdfTextLocation | SetRectangle (Rectangle rectangle) |
| Sets text rectangle (occupied area) for this pdf text location. More... |
|
| virtual String | GetText () |
|
|
| virtual iText.Kernel.Pdf.Canvas.Parser.Listener.DefaultPdfTextLocation | SetText (String text) |
| Sets text for this pdf text location. More... |
|
This class acts as a default implementation of IPdfTextLocation
|
inline |
Creates new pdf text location.
| rect | text rectangle on pdf canvas |
| text | actual text on designated area of canvas |
|
inlinevirtual |
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.IPdfTextLocation.
|
inlinevirtual |
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.IPdfTextLocation.
|
inlinevirtual |
Sets text rectangle (occupied area) for this pdf text location.
| rectangle | new text rectangle |
DefaultPdfTextLocation instance
|
inlinevirtual |
Sets text for this pdf text location.
| text | new text |
DefaultPdfTextLocation instance