info.informatica.doc.pdf.itext
Class PDFXHTMLElementReplacer
java.lang.Object
info.informatica.doc.style.css.visual.ElementReplacer<com.itextpdf.text.Image>
info.informatica.doc.pdf.itext.PDFXHTMLElementReplacer
public class PDFXHTMLElementReplacer
- extends ElementReplacer<com.itextpdf.text.Image>
CSS Element replacer for XHTML with iText PDF.
- Author:
- Carlos Amengual (amengual at informatica.info)
- See Also:
StyleDatabase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDFXHTMLElementReplacer
public PDFXHTMLElementReplacer()
createReplacedElementBox
public ReplacedElementBox<com.itextpdf.text.Image> createReplacedElementBox(CSSStylableElement element)
- Creates a box for a replaced element.
- Specified by:
createReplacedElementBox in class ElementReplacer<com.itextpdf.text.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.
Copyright © 2011 informatica.info. All Rights Reserved.