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 ReplacedElementReplacedElementFactory. 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 classJava2DObjectDrawerReplacedElementclassJava2DSVGReplacedElementFields in com.openhtmltopdf.java2d with type parameters of type ReplacedElement Modifier and Type Field Description private java.util.Map<Java2DReplacedElementFactory.SizedImageCacheKey,ReplacedElement>Java2DReplacedElementFactory. _sizedImageCacheMethods in com.openhtmltopdf.java2d that return ReplacedElement Modifier and Type Method Description ReplacedElementJava2DReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)private ReplacedElementJava2DReplacedElementFactory. 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 classJava2DRendererBuilder.Graphics2DPaintingReplacedElementThis 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 interfacePdfBoxReplacedElementClasses in com.openhtmltopdf.pdfboxout that implement ReplacedElement Modifier and Type Class Description classBookmarkElementclassPdfBoxImageElementclassPdfBoxObjectDrawerReplacedElementFSObjectDrawer Element for PDFBoxclassPdfBoxPDFReplacedElementclassPdfBoxSVGReplacedElementMethods in com.openhtmltopdf.pdfboxout that return ReplacedElement Modifier and Type Method Description ReplacedElementPdfBoxReplacedElementFactory. 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 ReplacedElementBlockBox. _replacedElementMethods in com.openhtmltopdf.render that return ReplacedElement Modifier and Type Method Description ReplacedElementBlockBox. getReplacedElement()Methods in com.openhtmltopdf.render with parameters of type ReplacedElement Modifier and Type Method Description voidBlockBox. setReplacedElement(ReplacedElement replacedElement)private voidBlockBox. 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 ReplacedElementNoReplacedElementFactory. 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 classEmptyReplacedElementclassImageReplacedElementAn ImageReplacedElement is aReplacedElementthat contains aImage.
-