Uses of Class
com.itextpdf.text.html.simpleparser.StyleSheet
Packages that use StyleSheet
-
Uses of StyleSheet in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as StyleSheetModifier and TypeFieldDescriptionprivate StyleSheet
HTMLWorker.style
Deprecated.The object defining all the styles.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 objectsvoid
HTMLWorker.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