info.informatica.doc.pdf.itext
Class PDFXHTMLElementReplacer
java.lang.Object
info.informatica.doc.style.css.visual.ElementReplacer<Image>
info.informatica.doc.pdf.itext.PDFXHTMLElementReplacer
public class PDFXHTMLElementReplacer
- extends ElementReplacer<Image>
CSS Element replacer for XHTML with iText PDF.
- See Also:
StyleDatabase
PDFXHTMLElementReplacer
public PDFXHTMLElementReplacer()
createReplacedElementBox
public ReplacedElementBox<Image> createReplacedElementBox(CSSStylableElement element)
- Creates a box for a replaced element.
- Specified by:
createReplacedElementBox in class ElementReplacer<Image>
- Parameters:
element - the element that is going to be replaced.
- Returns:
- the box for the replaced element, or null if the
element is non-replaced.