com.lowagie.text.html.simpleparser
public class StyleSheet extends Object
| Field Summary | |
|---|---|
| HashMap | classMap |
| HashMap | tagMap |
| Constructor Summary | |
|---|---|
| StyleSheet() Creates a new instance of StyleSheet | |
| Method Summary | |
|---|---|
| void | applyStyle(String tag, HashMap props) |
| void | loadStyle(String style, HashMap props) |
| void | loadStyle(String style, String key, String value) |
| void | loadTagStyle(String tag, HashMap props) |
| void | loadTagStyle(String tag, String key, String value) |