public class ListStyleConverter extends StyleConverterHelper
config, converter, ofrbConvertHard, 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, getTextScclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDirection, applyLang, colScale, scalepublic ListStyleConverter(OfficeReader ofr, XhtmlConfig config, Converter converter, int nType)
ListStyleConverterofr - 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 StyleConverterHelpersIndent - a String of spaces to add before each linepublic OfficeStyleFamily getStyles()
getStyles in class StyleConverterHelper