Uses of Class
writer2latex.xhtml.StyleInfo
-
Packages that use StyleInfo Package Description writer2latex.xhtml -
-
Uses of StyleInfo in writer2latex.xhtml
Methods in writer2latex.xhtml with parameters of type StyleInfo Modifier and Type Method Description void
TextStyleConverter. applyAnchorStyle(java.lang.String sStyleName, java.lang.String sVisitedStyleName, StyleInfo info)
Apply a link style, using a combination of two text stylesprotected static void
StyleConverterHelper. applyDirection(StyleWithProperties style, StyleInfo info)
Apply the writing direction (ltr or rtl) attribute from a styleprotected static void
StyleConverterHelper. applyLang(StyleWithProperties style, StyleInfo info)
Apply language+country from a stylevoid
PresentationStyleConverter. applyOutlineStyle(int nLevel, StyleInfo info)
protected void
ConverterHelper. applyStyle(StyleInfo info, org.w3c.dom.Element hnode)
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
-