Package writer2latex.xhtml
Class ListStyleConverter
- java.lang.Object
-
- writer2latex.xhtml.ConverterHelper
-
- writer2latex.xhtml.StyleConverterHelper
-
- writer2latex.xhtml.ListStyleConverter
-
public class ListStyleConverter extends StyleConverterHelper
This class converts OpenDocument list styles to CSS2 styles (currently, actually CSS1).
-
-
Field Summary
-
Fields inherited from class writer2latex.xhtml.StyleConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNames
-
Fields inherited from class writer2latex.xhtml.ConverterHelper
config, converter, ofr
-
-
Constructor Summary
Constructors Constructor Description ListStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)Create a newListStyleConverter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyStyle(int nLevel, java.lang.String sStyleName, StyleInfo info)java.lang.StringgetStyleDeclarations(java.lang.String sIndent)Convert style information for used stylesOfficeStyleFamilygetStyles()Get the family of list styles-
Methods inherited from class writer2latex.xhtml.StyleConverterHelper
applyDirection, applyLang, colScale, scale
-
Methods inherited from class writer2latex.xhtml.ConverterHelper
applyStyle, getCellSc, getDrawCv, getFrameSc, getHeadingSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
-
-
-
-
Constructor Detail
-
ListStyleConverter
public ListStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
Create a newListStyleConverter- Parameters:
ofr- anOfficeReaderto read style information fromconfig- the configuration to useconverter- the mainConverterclassnType- the type of xhtml to use
-
-
Method Detail
-
applyStyle
public void applyStyle(int nLevel, java.lang.String sStyleName, StyleInfo info)
-
getStyleDeclarations
public java.lang.String getStyleDeclarations(java.lang.String sIndent)
Convert style information for used styles
- Specified by:
getStyleDeclarationsin classStyleConverterHelper- Parameters:
sIndent- a String of spaces to add before each line
-
getStyles
public OfficeStyleFamily getStyles()
Get the family of list styles- Specified by:
getStylesin classStyleConverterHelper- Returns:
- the style family
-
-