Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

a - Variable in class com.openhtmltopdf.pdfboxout.quads.Triangle
 
addControl(PdfBoxForm.Control, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxForm
 
addFont(File, String, Integer, IdentValue, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Add a font using a existing file.
addFont(FSSupplier<InputStream>, String, Integer, IdentValue, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Add a font using a InputStream.
addFontCollection(FSSupplier<InputStream>, String, Integer, IdentValue, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Add fonts using a .ttc TrueTypeCollection
addFontCollection(File, String, Integer, IdentValue, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Add fonts using a .ttc TrueTypeCollection
addFontDirectory(String, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Add all fonts in the given directory
addMetadata(String, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Appends a name/content metadata pair to this output device.
addRect(float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
applyPdfMatrix(AffineTransform) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 

B

b - Variable in class com.openhtmltopdf.pdfboxout.quads.Triangle
 
beginText() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
BookmarkElement - Class in com.openhtmltopdf.pdfboxout
 
BookmarkElement() - Constructor for class com.openhtmltopdf.pdfboxout.BookmarkElement
 
box - Variable in class com.openhtmltopdf.pdfboxout.PdfBoxForm.Control
 
buildPdfRenderer() - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Build a PdfBoxRenderer for further customization.

C

c - Variable in class com.openhtmltopdf.pdfboxout.quads.Triangle
 
cleanup() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Use close instead.
clearBytes() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
clip(Shape) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
clipEvenOdd() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
clipNonZero() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
close() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Perform any internal cleanup needed
close() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Cleanup thread resources.
closeContent() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
closeSubpath() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
com.openhtmltopdf.pdfboxout - package com.openhtmltopdf.pdfboxout
 
com.openhtmltopdf.pdfboxout.quads - package com.openhtmltopdf.pdfboxout.quads
 
Control(Box, PDPage, AffineTransform, RenderingContext, float) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxForm.Control
 
createCheckboxAppearance(PdfBoxForm.CheckboxStyle, PDDocument, PDResources) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxForm
Creates a checkbox appearance stream.
createCheckboxAppearance(String, PDDocument, PDResources) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxForm
 
createForm(Element) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxForm
 
createPDF() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Creates a PDF with setup specified by builder.
createPDF(OutputStream) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Use builder to set output stream.
createPDF(OutputStream, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Use builder to set output stream.
createPDF(OutputStream, boolean, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Use builder to set output stream. NOTE: Caller is responsible for cleaning up the OutputStream.
createPDFWithoutClosing() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Creates a PDF with setup specified by builder.
createReplacedElement(LayoutContext, BlockBox, UserAgentCallback, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxReplacedElementFactory
 
createTargetArea(RenderingContext, Box, float, AffineTransform, Box, PdfBoxOutputDevice) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxLinkManager
 
curveTo(float, float, float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
curveTo(float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 

D

detach(LayoutContext) - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
detach(LayoutContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
detach(LayoutContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
detach(LayoutContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
divideIntoFontRuns(FSFont, String, BidiReorderer) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
DOMUtil - Class in com.openhtmltopdf.pdfboxout
 
DOMUtil() - Constructor for class com.openhtmltopdf.pdfboxout.DOMUtil
 
draw(Shape) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawBorderLine(Shape, int, int, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawGlyphVector(OutputDevice, FSGlyphVector, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
drawImage(FSImage, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawImage(PDImageXObject, float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
drawLine(int, int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawOval(int, int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawRect(int, int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawSelection(RenderingContext, InlineText) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawString(String, float, float, JustificationInfo) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawString(OutputDevice, String, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
drawString(OutputDevice, String, float, float, JustificationInfo) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
drawString(String) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
drawStringFast(String, float, float, JustificationInfo, PdfBoxFontResolver.FontDescription, float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
drawWithGraphics(float, float, float, float, OutputDeviceGraphicsDrawer) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 

E

endText() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
exportText(Writer) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
unused and untested.

F

fill(Shape) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
fillEvenOdd() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
fillNonZero() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
fillOval(int, int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
fillRect(int, int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
fillRect(float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
findPagePositionsByID(CssContext, Pattern) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
findPagePositionsByID(Pattern) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
finish(RenderingContext, Box) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
finishPage() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
finishPDF() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated. 
flushCache() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Deprecated.
flushFontFaceFonts() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
Deprecated.
FontDescription(PDDocument, PDFont) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
FontRun() - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice.FontRun
 
fromIdent(IdentValue) - Static method in enum com.openhtmltopdf.pdfboxout.PdfBoxForm.CheckboxStyle
 

G

getAbsoluteTransformOriginX() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getAbsoluteTransformOriginY() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getAnchorName() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
getAscent() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getBaseline() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
getBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
getBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
getBytes() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
getChild(Element, String) - Static method in class com.openhtmltopdf.pdfboxout.DOMUtil
 
getChildren(Element, String) - Static method in class com.openhtmltopdf.pdfboxout.DOMUtil
 
getClip() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getCurrentPage() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getDescent() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getDeviceLength(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Given a value in dots units, converts to PDF points.
getDocument() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getDotsPerPoint() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getDotsPerPoint() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getFont() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getFontDescription() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFont
 
getFontResolver() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Get the PDF-BOX font resolver.
getFontScale() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getFSFontMetrics(FontContext, FSFont, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getGlyphBounds(OutputDevice, FSFont, FSGlyphVector, int, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getGlyphPositions(OutputDevice, FSFont, FSGlyphVector) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getGlyphVector(OutputDevice, FSFont, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getHashName(String, IdentValue, IdentValue) - Static method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
 
getHeight() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getHeight() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
getId() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getImage() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getImageResource(String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxUserAgent
 
getIntrinsicHeight() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
getIntrinsicHeight() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getIntrinsicHeight() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
getIntrinsicHeight() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
getIntrinsicWidth() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
getIntrinsicWidth() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getIntrinsicWidth() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
getIntrinsicWidth() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
getLinkMap() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getLinkMap() - Method in interface com.openhtmltopdf.pdfboxout.PdfBoxLinkManager.IPdfBoxElementWithShapedLinks
 
getLinkMap() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
getLinkMap() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
getListener() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getLocation() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
getLocation() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
getLocation() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
getLocation() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
getMetadataByName(String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Searches the metadata name/content pairs of the current document and returns the content value from the first pair with a matching name.
getMetadataListByName(String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Searches the metadata name/content pairs of the current document and returns any content values with a matching name in an ArrayList.
getOutputDevice() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getPage() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getPageNo() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getPdfDocument() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Returns the PDDocument or null if it has been closed.
getPDFVersion() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getRenderingHint(RenderingHints.Key) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getRootBox() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getSharedContext() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getSharedContext() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
getSharedContext() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxUserAgent
 
getSize2D() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFont
 
getSmoothingLevel() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getStartPageNo() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getStrikethroughOffset() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getStrikethroughThickness() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getStroke() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getStyle() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getText(Element) - Static method in class com.openhtmltopdf.pdfboxout.DOMUtil
Loads all of the text content in all offspring of an element.
getText(Element, StringBuilder) - Static method in class com.openhtmltopdf.pdfboxout.DOMUtil
Appends all text content in all offspring of an element to a StringBuffer.
getTriangles() - Method in class com.openhtmltopdf.pdfboxout.quads.KongAlgo
 
getUnderlineOffset() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getUnderlinePosition() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getUnderlineThickness() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getUnderlineThickness() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
getUri() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
getWeight() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getWidth() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getWidth() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
getWidth(FontContext, FSFont, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
getWriter() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
getX() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getXObject() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
getY() - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
getYStrikeoutPosition() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
getYStrikeoutSize() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 

H

hasBaseline() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
hasBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
hasBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
hasBaseline() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 

I

importFontFaces(List<FontFaceRule>) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
 
initializePage(PDPageContentStream, PDPage, float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Start a page.
isFromFontFace() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
isInside(Point2D.Float, Point2D.Float, Point2D.Float, Point2D.Float) - Static method in class com.openhtmltopdf.pdfboxout.quads.Triangle
 
isJpeg() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
isPDF() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
isRequiresInteractivePaint() - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
isRequiresInteractivePaint() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
isRequiresInteractivePaint() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
isRequiresInteractivePaint() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
isSupportsCMYKColors() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
isSupportsSelection() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 

K

KongAlgo - Class in com.openhtmltopdf.pdfboxout.quads
 
KongAlgo(List<Point2D.Float>) - Constructor for class com.openhtmltopdf.pdfboxout.quads.KongAlgo
 

L

layout() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
lineTo(float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
LinkDetails() - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxLinkManager.LinkDetails
 

M

moveTo(float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 

N

newPath() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 

O

onClose(PdfBoxRenderer) - Method in interface com.openhtmltopdf.pdfboxout.PDFCreationListener
Called immediately before the iText Document instance is closed, e.g.

P

PagePosition - Class in com.openhtmltopdf.pdfboxout
 
PagePosition() - Constructor for class com.openhtmltopdf.pdfboxout.PagePosition
 
paint(RenderingContext, PdfBoxOutputDevice, BlockBox) - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
paint(RenderingContext, PdfBoxOutputDevice, BlockBox) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
paint(RenderingContext, PdfBoxOutputDevice, BlockBox) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
paint(RenderingContext, PdfBoxOutputDevice, BlockBox) - Method in interface com.openhtmltopdf.pdfboxout.PdfBoxReplacedElement
 
paint(RenderingContext, PdfBoxOutputDevice, BlockBox) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
paintBackground(RenderingContext, Box) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
We use paintBackground to do extra stuff such as processing links, forms and form controls.
paintReplacedElement(RenderingContext, BlockBox) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
PdfBoxFontContext - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxFontContext() - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxFontContext
 
PdfBoxFontResolver - Class in com.openhtmltopdf.pdfboxout
This class handles all font resolving for the PDF generation.
PdfBoxFontResolver(SharedContext, PDDocument) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
 
PdfBoxFontResolver.FontDescription - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxForm - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxForm.CheckboxStyle - Enum in com.openhtmltopdf.pdfboxout
 
PdfBoxForm.Control - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxFSFont - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxFSFont(List<PdfBoxFontResolver.FontDescription>, float) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxFSFont
 
PdfBoxFSFontMetrics - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxFSFontMetrics() - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
PdfBoxImage - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxImage(byte[], String) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
PdfBoxImage(byte[], String, float, float, boolean, PDImageXObject) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
PdfBoxImageElement - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxImageElement(Element, FSImage, SharedContext) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
PdfBoxLinkManager - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxLinkManager(SharedContext, float, Box, PdfBoxOutputDevice) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxLinkManager
 
PdfBoxLinkManager.IPdfBoxElementWithShapedLinks - Interface in com.openhtmltopdf.pdfboxout
All Elements which can have a shaped image map implement this
PdfBoxLinkManager.LinkDetails - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxObjectDrawerReplacedElement - Class in com.openhtmltopdf.pdfboxout
FSObjectDrawer Element for PDFBox
PdfBoxObjectDrawerReplacedElement(Element, FSObjectDrawer, int, int, SharedContext) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
PdfBoxOutputDevice - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxOutputDevice(float, boolean) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
PdfBoxOutputDevice.FontRun - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxRenderer - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxReplacedElement - Interface in com.openhtmltopdf.pdfboxout
 
PdfBoxReplacedElementFactory - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxReplacedElementFactory(PdfBoxOutputDevice, SVGDrawer, FSObjectDrawerFactory, SVGDrawer) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxReplacedElementFactory
 
PdfBoxSVGReplacedElement - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxSVGReplacedElement(Element, SVGDrawer, int, int, Box, CssContext, SharedContext) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
PdfBoxTextRenderer - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxTextRenderer() - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
PdfBoxUserAgent - Class in com.openhtmltopdf.pdfboxout
 
PdfBoxUserAgent(PdfBoxOutputDevice) - Constructor for class com.openhtmltopdf.pdfboxout.PdfBoxUserAgent
 
PdfContentStreamAdapter - Class in com.openhtmltopdf.pdfboxout
 
PdfContentStreamAdapter(PDPageContentStream) - Constructor for class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
PdfContentStreamAdapter.PdfException - Exception in com.openhtmltopdf.pdfboxout
 
PDFCreationListener - Interface in com.openhtmltopdf.pdfboxout
Callback listener for PDF creation.
PdfException(String, Exception) - Constructor for exception com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter.PdfException
 
PdfRendererBuilder - Class in com.openhtmltopdf.pdfboxout
 
PdfRendererBuilder() - Constructor for class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
 
placeXForm(float, float, PDFormXObject) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
popTransforms(List<AffineTransform>) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
preOpen(PdfBoxRenderer) - Method in interface com.openhtmltopdf.pdfboxout.PDFCreationListener
Called immediately after the iText Document instance is created but before the call to com.itextpdf.text.Document#open() is called.
preWrite(PdfBoxRenderer, int) - Method in interface com.openhtmltopdf.pdfboxout.PDFCreationListener
Called immediately before the pages of the PDF file are about to be written out.
process(PDAcroForm, int, Box, PdfBoxOutputDevice) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxForm
 
processLinkLater(RenderingContext, Box, PDPage, float, AffineTransform) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxLinkManager
 
processLinks() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxLinkManager
 
pushTransforms(List<AffineTransform>) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 

R

realizeImage(PdfBoxImage) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
remove(Element) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxReplacedElementFactory
 
reset() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxReplacedElementFactory
 
resolveFont(SharedContext, FontSpecification) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver
 
restoreGraphics() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
run() - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Run the XHTML/XML to PDF conversion and output to an output stream set by toStream.
runKong() - Method in class com.openhtmltopdf.pdfboxout.quads.KongAlgo
 

S

saveGraphics() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
scale(int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
scaleToOutputResolution(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
setAnchorName(String) - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
setAscent(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setBidiReorderer(BidiReorderer) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setClip(Shape) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setColor(FSColor) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setDescent(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setExtGState(PDExtendedGraphicsState) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setFillColor(int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setFillColor(float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setFont(PDFont) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
setFont(FSFont) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setFont(PDFont, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setFontScale(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
setFromFontFace(boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
setHeight(float) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setId(String) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setLineCap(int) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setLineDash(float[], float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setLineJoin(int) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setLineWidth(float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setListener(PDFCreationListener) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
 
setLocation(int, int) - Method in class com.openhtmltopdf.pdfboxout.BookmarkElement
 
setLocation(int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImageElement
 
setLocation(int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxObjectDrawerReplacedElement
 
setLocation(int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxSVGReplacedElement
 
setMetadata(String, String) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
Replaces all copies of the named metadata with a single value.
setMiterLimit(float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setPageNo(int) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setPaint(Paint) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setRenderingContext(RenderingContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setRenderingHint(RenderingHints.Key, Object) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setRoot(Box) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setSharedContext(SharedContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setSharedContext(SharedContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxUserAgent
 
setSmoothingLevel(int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
setSmoothingThreshold(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
setSpaceSpacing(float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setStartPageNo(int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setStrikethroughOffset(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setStrikethroughThickness(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setStroke(Stroke) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setStrokingColor(int, int, int) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setStrokingColor(float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setTextMatrix(float, float, float, float, float, float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setTextSpacing(float) - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 
setUnderlineOffset(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setUnderlinePosition(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
This refers to the top of the underline stroke
setUnderlineThickness(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
setUnderlineThickness(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFSFontMetrics
 
setup(FontContext, BidiReorderer) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
setup(FontContext) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxTextRenderer
 
setWidth(float) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setWriter(PDDocument) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
setX(float) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setXObject(PDImageXObject) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxImage
 
setY(float) - Method in class com.openhtmltopdf.pdfboxout.PagePosition
 
setYStrikeoutPosition(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
setYStrikeoutSize(float) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxFontResolver.FontDescription
 
start(Document) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
stroke() - Method in class com.openhtmltopdf.pdfboxout.PdfContentStreamAdapter
 

T

toStream(OutputStream) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
An output stream to output the resulting PDF.
translate(double, double) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice
 
Triangle - Class in com.openhtmltopdf.pdfboxout.quads
 

U

useFont(FSSupplier<InputStream>, String, Integer, BaseRendererBuilder.FontStyle, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Add a font programmatically.
useFont(FSSupplier<InputStream>, String) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Simpler overload for #useFont(FSSupplier, String, Integer, FontStyle, boolean)
useFont(File, String, Integer, BaseRendererBuilder.FontStyle, boolean) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Like #useFont(FSSupplier, String, Integer, FontStyle, boolean), but allows to supply a font file.
useFont(File, String) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Simpler overload for #useFont(File, String, Integer, FontStyle, boolean)
usePDDocument(PDDocument) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
By default, this project creates an entirely in-memory PDDocument.
usePdfVersion(float) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Set the PDF version, typically we use 1.7.

V

valueOf(String) - Static method in enum com.openhtmltopdf.pdfboxout.PdfBoxForm.CheckboxStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.openhtmltopdf.pdfboxout.PdfBoxForm.CheckboxStyle
Returns an array containing the constants of this enum type, in the order they are declared.

W

withProducer(String) - Method in class com.openhtmltopdf.pdfboxout.PdfRendererBuilder
Set a producer on the output document
writeNextDocument() - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Doubt this still works as untested.
writeNextDocument(int) - Method in class com.openhtmltopdf.pdfboxout.PdfBoxRenderer
Deprecated.
Doubt this still works as untested.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.