com.itextpdf.tool.xml.html
Class CssAppliers
java.lang.Object
com.itextpdf.tool.xml.html.CssAppliers
public class CssAppliers
- extends Object
Applies CSS to an Element using the appliers from the com.itextpdf.tool.xml.css.apply.
- Author:
- redlab_b
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssAppliers
public CssAppliers()
getInstance
public static CssAppliers getInstance()
- Returns:
- singleton instance
apply
public Element apply(Element e,
Tag t,
MarginMemory mm,
PageSizeContainable psc,
ImageProvider ip)
- Parameters:
e - t - ctx -
- Returns:
- the element with CSS applied onto
apply
public Element apply(Element e,
Tag t,
HtmlPipelineContext ctx)
Copyright © 2011. All Rights Reserved.