info.informatica.doc.pdf.itext
Class PDFXHTMLElementReplacer

java.lang.Object
  extended by info.informatica.doc.style.css.visual.ElementReplacer<com.itextpdf.text.Image>
      extended by 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

Field Summary
 
Fields inherited from class info.informatica.doc.style.css.visual.ElementReplacer
NAMESPACE_XHTML
 
Constructor Summary
PDFXHTMLElementReplacer()
           
 
Method Summary
 ReplacedElementBox<com.itextpdf.text.Image> createReplacedElementBox(CSSStylableElement element)
          Creates a box for a replaced element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFXHTMLElementReplacer

public PDFXHTMLElementReplacer()
Method Detail

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.