Class StyleSheet
- java.lang.Object
-
- com.lowagie.text.html.simpleparser.StyleSheet
-
public class StyleSheet extends Object
-
-
Constructor Summary
Constructors Constructor Description StyleSheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapplyStyle(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)voidloadStyle(String style, String key, String value)voidloadStyle(String style, Map<String,String> props)voidloadTagStyle(String tag, String key, String value)voidloadTagStyle(String tag, Map<String,String> props)
-
-
-
Method Detail
-
applyStyle
@Deprecated public void applyStyle(String tag, HashMap props)
Deprecated.please use #applyStyle(String tag, Map<String, String> props) this method will be removed in 2.0- Parameters:
props- a HashMaptag- the tag
-
-