Class StyleSheet
java.lang.Object
com.lowagie.text.html.simpleparser.StyleSheet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyStyle(String tag, HashMap props) Deprecated.please use #applyStyle(String tag, Map<String, String> props) this method will be removed in 2.0voidapplyStyle(String tag, Map<String, String> props) voidvoidvoidloadTagStyle(String tag, String key, String value) voidloadTagStyle(String tag, Map<String, String> props)
-
Constructor Details
-
StyleSheet
public StyleSheet()
-
-
Method Details
-
applyStyle
Deprecated.please use #applyStyle(String tag, Map<String, String> props) this method will be removed in 2.0- Parameters:
tag- the tagprops- a HashMap
-
applyStyle
-
loadStyle
-
loadStyle
-
loadTagStyle
-
loadTagStyle
-