Interface PdfBoxReplacedElement

All Superinterfaces:
com.openhtmltopdf.extend.ReplacedElement
All Known Implementing Classes:
BookmarkElement, PdfBoxImageElement, PdfBoxObjectDrawerReplacedElement, PdfBoxPDFReplacedElement, PdfBoxSVGReplacedElement

public interface PdfBoxReplacedElement
extends com.openhtmltopdf.extend.ReplacedElement
  • Method Summary

    Modifier and Type Method Description
    void paint​(com.openhtmltopdf.render.RenderingContext c, PdfBoxOutputDevice outputDevice, com.openhtmltopdf.render.BlockBox box)  

    Methods inherited from interface com.openhtmltopdf.extend.ReplacedElement

    detach, getBaseline, getIntrinsicHeight, getIntrinsicWidth, getLocation, hasBaseline, isRequiresInteractivePaint, setLocation
  • Method Details

    • paint

      void paint​(com.openhtmltopdf.render.RenderingContext c, PdfBoxOutputDevice outputDevice, com.openhtmltopdf.render.BlockBox box)