| Modifier and Type | Method and Description |
|---|---|
void |
drawText(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Position upperLeft,
Alignment alignment,
DrawListener drawListener)
Draws the text of the (PdfBox-) cursor position.
|
void drawText(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Position upperLeft,
Alignment alignment,
DrawListener drawListener)
throws IOException
contentStream - the content stream used to render.upperLeft - the upper left position to draw to.alignment - the text alignment.drawListener - the listener to
notify on drawn objects.IOException - by pdfbox.Copyright © 2021. All rights reserved.