Uses of Class
com.itextpdf.text.html.simpleparser.StyleSheet
Packages that use StyleSheet
-
Uses of StyleSheet in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser with parameters of type StyleSheetModifier and TypeMethodDescriptionHTMLWorker.parseToList(Reader reader, StyleSheet style) Deprecated.Parses an HTML source to a List of Element objectsHTMLWorker.parseToList(Reader reader, StyleSheet style, HashMap<String, Object> providers) Deprecated.Parses an HTML source to a List of Element objectsHTMLWorker.parseToList(Reader reader, StyleSheet style, Map<String, HTMLTagProcessor> tags, HashMap<String, Object> providers) Deprecated.Parses an HTML source to a List of Element objectsvoidHTMLWorker.setStyleSheet(StyleSheet style) Deprecated.Setter for the StyleSheetConstructors in com.itextpdf.text.html.simpleparser with parameters of type StyleSheetModifierConstructorDescriptionHTMLWorker(DocListener document, Map<String, HTMLTagProcessor> tags, StyleSheet style) Deprecated.Creates a new instance of HTMLWorker