public static interface IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv
| Modifier and Type | Method and Description |
|---|---|
void |
applyPaint(Paint paint)
Apply the given paint on the current content stream
|
org.apache.pdfbox.pdmodel.PDPageContentStream |
getContentStream() |
org.apache.pdfbox.pdmodel.PDDocument |
getDocument() |
Font |
getFont() |
FontRenderContext |
getFontRenderContext() |
org.apache.pdfbox.pdmodel.common.PDRectangle |
getGraphicsBBox() |
Paint |
getPaint() |
org.apache.pdfbox.pdmodel.PDResources |
getResources() |
org.apache.pdfbox.pdmodel.PDDocument getDocument()
org.apache.pdfbox.pdmodel.PDPageContentStream getContentStream()
Font getFont()
AttributedCharacterIterator.Paint getPaint()
AttributedCharacterIterator.void applyPaint(Paint paint) throws IOException
paint - Paint to applyIOException - if an IO error occurs when writing the paint to the content
stream.FontRenderContext getFontRenderContext()
Graphics2D FontRenderContextorg.apache.pdfbox.pdmodel.common.PDRectangle getGraphicsBBox()
PdfBoxGraphics2Dorg.apache.pdfbox.pdmodel.PDResources getResources()
Copyright © 2018. All rights reserved.