public class ListStyleConverter extends StyleConverterHelper
config, converter, ofr
bConvertHard, bConvertStyles, nType, styleMap, styleNames
Constructor | Description |
---|---|
ListStyleConverter(OfficeReader ofr,
XhtmlConfig config,
Converter converter,
int nType) |
Create a new
ListStyleConverter |
Modifier and Type | Method | 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
|
applyStyle, getCellSc, getDrawCv, getFrameSc, getHeadingSc, getListSc, getMathCv, getPageSc, getParSc, getPresentationSc, getRowSc, getSectionSc, getStyleCv, getTableCv, getTableSc, getTextCv, getTextSc
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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