Uses of Class
com.lowagie.text.html.simpleparser.StyleSheet
-
Packages that use StyleSheet Package Description com.lowagie.text.html.simpleparser -
-
Uses of StyleSheet in com.lowagie.text.html.simpleparser
Fields in com.lowagie.text.html.simpleparser declared as StyleSheet Modifier and Type Field Description private StyleSheet
HTMLWorker. style
Methods in com.lowagie.text.html.simpleparser that return StyleSheet Modifier and Type Method Description StyleSheet
HTMLWorker. getStyleSheet()
Methods in com.lowagie.text.html.simpleparser with parameters of type StyleSheet Modifier and Type Method Description static java.util.ArrayList<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style)
static java.util.ArrayList<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style, java.util.Map<java.lang.String,java.lang.Object> interfaceProps)
void
HTMLWorker. setStyleSheet(StyleSheet style)
-