Interface Docx4jReplacedElement

All Superinterfaces:
com.openhtmltopdf.extend.ReplacedElement

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

    Modifier and Type
    Method
    Description
    void
    paint(com.openhtmltopdf.render.RenderingContext c, Docx4jDocxOutputDevice 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, Docx4jDocxOutputDevice outputDevice, com.openhtmltopdf.render.BlockBox box)