Uses of Class
writer2latex.xhtml.StyleInfo

Packages that use StyleInfo
writer2latex.xhtml   
 

Uses of StyleInfo in writer2latex.xhtml
 

Methods in writer2latex.xhtml with parameters of type StyleInfo
 void TextStyleConverter.applyAnchorStyle(java.lang.String sStyleName, java.lang.String sVisitedStyleName, StyleInfo info)
          Apply a link style, using a combination of two text styles
protected static void StyleConverterHelper.applyDirection(StyleWithProperties style, StyleInfo info)
          Apply the writing direction (ltr or rtl) attribute from a style
protected static void StyleConverterHelper.applyLang(StyleWithProperties style, StyleInfo info)
          Apply language+country from a style
 void PresentationStyleConverter.applyOutlineStyle(int nLevel, StyleInfo info)
           
private  void DrawConverter.applyPlacement(org.w3c.dom.Element onode, org.w3c.dom.Element hnodeBlock, org.w3c.dom.Element hnodeInline, int nMode, org.w3c.dom.Element object, StyleInfo info)
           
 void ListStyleConverter.applyStyle(int nLevel, java.lang.String sStyleName, StyleInfo info)
           
 void PageStyleConverter.applyStyle(java.lang.String sStyleName, StyleInfo info)
           
 void StyleWithPropertiesConverterHelper.applyStyle(java.lang.String sStyleName, StyleInfo info)
          Apply a style, either by converting the style or by applying the style map from the configuarion
protected  void ConverterHelper.applyStyle(StyleInfo info, org.w3c.dom.Element hnode)