public class ListStyleConverter extends StyleConverterHelper
bConvertHard, bConvertStyles, nType, styleMap, styleNames
Constructor and Description |
---|
ListStyleConverter(OfficeReader ofr,
XhtmlConfig config,
Converter converter,
int nType)
Create a new
ListStyleConverter |
Modifier and Type | Method and Description |
---|---|
void |
applyStyle(int nLevel,
java.lang.String sStyleName,
StyleInfo info) |
java.lang.String |
getStyleDeclarations(java.lang.String sIndent)
Convert style information for used styles
|
OfficeStyleFamily |
getStyles()
Get the family of list styles
|
applyDirection, applyLang, colScale, scale
public ListStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
ListStyleConverter
ofr
- an OfficeReader
to read style information fromconfig
- the configuration to useconverter
- the main Converter
classnType
- the type of xhtml to usepublic void applyStyle(int nLevel, java.lang.String sStyleName, StyleInfo info)
public java.lang.String getStyleDeclarations(java.lang.String sIndent)
Convert style information for used styles
getStyleDeclarations
in class StyleConverterHelper
sIndent
- a String of spaces to add before each linepublic OfficeStyleFamily getStyles()
getStyles
in class StyleConverterHelper