Uses of Interface
com.openhtmltopdf.extend.ReplacedElement
-
-
Uses of ReplacedElement in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return ReplacedElement Modifier and Type Method Description ReplacedElement
ReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
NOTE: Only block equivalent elements can be replaced. -
Uses of ReplacedElement in com.openhtmltopdf.java2d
Classes in com.openhtmltopdf.java2d that implement ReplacedElement Modifier and Type Class Description class
Java2DObjectDrawerReplacedElement
class
Java2DSVGReplacedElement
Fields in com.openhtmltopdf.java2d with type parameters of type ReplacedElement Modifier and Type Field Description private java.util.Map<Java2DReplacedElementFactory.SizedImageCacheKey,ReplacedElement>
Java2DReplacedElementFactory. _sizedImageCache
Methods in com.openhtmltopdf.java2d that return ReplacedElement Modifier and Type Method Description ReplacedElement
Java2DReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
private ReplacedElement
Java2DReplacedElementFactory. replaceImage(org.w3c.dom.Element elem, java.lang.String uri, int width, int height, UserAgentCallback uac)
-
Uses of ReplacedElement in com.openhtmltopdf.java2d.api
Classes in com.openhtmltopdf.java2d.api that implement ReplacedElement Modifier and Type Class Description static class
Java2DRendererBuilder.Graphics2DPaintingReplacedElement
This class is internal to this library, please do not use or override it! -
Uses of ReplacedElement in com.openhtmltopdf.pdfboxout
Subinterfaces of ReplacedElement in com.openhtmltopdf.pdfboxout Modifier and Type Interface Description interface
PdfBoxReplacedElement
Classes in com.openhtmltopdf.pdfboxout that implement ReplacedElement Modifier and Type Class Description class
BookmarkElement
class
PdfBoxImageElement
class
PdfBoxObjectDrawerReplacedElement
FSObjectDrawer Element for PDFBoxclass
PdfBoxPDFReplacedElement
class
PdfBoxSVGReplacedElement
Methods in com.openhtmltopdf.pdfboxout that return ReplacedElement Modifier and Type Method Description ReplacedElement
PdfBoxReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
-
Uses of ReplacedElement in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as ReplacedElement Modifier and Type Field Description private ReplacedElement
BlockBox. _replacedElement
Methods in com.openhtmltopdf.render that return ReplacedElement Modifier and Type Method Description ReplacedElement
BlockBox. getReplacedElement()
Methods in com.openhtmltopdf.render with parameters of type ReplacedElement Modifier and Type Method Description void
BlockBox. setReplacedElement(ReplacedElement replacedElement)
private void
BlockBox. sizeReplacedElement(LayoutContext c, ReplacedElement re)
Size a replaced element taking into account size properties including min/max, border-box/content-box and the natural size/aspect ratio of the replaced object. -
Uses of ReplacedElement in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend that return ReplacedElement Modifier and Type Method Description ReplacedElement
NoReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
-
Uses of ReplacedElement in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement ReplacedElement Modifier and Type Class Description class
EmptyReplacedElement
class
ImageReplacedElement
An ImageReplacedElement is aReplacedElement
that contains aImage
.
-