Uses of Class
cz.kebrt.html2latex.CSSStyle

Uses of CSSStyle in cz.kebrt.html2latex
 

Fields in cz.kebrt.html2latex with type parameters of type CSSStyle
private  java.util.HashMap<java.lang.String,CSSStyle> Configuration._styles
          CSS styles used with converted file.
 

Methods in cz.kebrt.html2latex that return CSSStyle
 CSSStyle Configuration.findStyle(java.lang.String elementName)
          Finds style for element.
 CSSStyle Configuration.findStyleClass(java.lang.String className, java.lang.String elementName)
          Finds style for element with specified class attribute
 CSSStyle Configuration.findStyleId(java.lang.String elementId, java.lang.String elementName)
          Finds style for element with specified id attribute
private  CSSStyle[] Convertor.findStyles(ElementStart e)
          Finds styles for the specified element.
 CSSStyle Configuration.getStyle(java.lang.String styleName)
          Returns style defined in the user stylesheet.
 

Methods in cz.kebrt.html2latex with parameters of type CSSStyle
 void Configuration.addStyle(java.lang.String name, CSSStyle style)
          Adds user style to the configuration.