Uses of Class
com.lowagie.text.html.HtmlTagMap
-
Packages that use HtmlTagMap Package Description com.lowagie.text.html -
-
Uses of HtmlTagMap in com.lowagie.text.html
Constructors in com.lowagie.text.html with parameters of type HtmlTagMap Constructor Description SAXmyHtmlHandler(DocListener document, HtmlTagMap htmlTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.SAXmyHtmlHandler(DocListener document, HtmlTagMap htmlTags, BaseFont bf)
-