public class ListStyleConverter extends StyleConverter
declarations, styleMap, styleNames
config, ofr, palette
Constructor and Description |
---|
ListStyleConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette)
Constructs a new
ListStyleConverter . |
Modifier and Type | Method and Description |
---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl) |
void |
applyListItemStyle(java.lang.String sStyleName,
int nLevel,
boolean bHeader,
boolean bRestart,
int nStartValue,
BeforeAfter ba,
Context oc)
Apply a list style to a list item.
|
void |
applyListStyle(boolean bOrdered,
BeforeAfter ba,
Context oc)
Apply a list style to an ordered or unordered list.
|
static java.lang.String |
numFormat(java.lang.String sFormat) |
public ListStyleConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
Constructs a new ListStyleConverter
.
public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
appendDeclarations
in class StyleConverter
public void applyListStyle(boolean bOrdered, BeforeAfter ba, Context oc)
Apply a list style to an ordered or unordered list.
public void applyListItemStyle(java.lang.String sStyleName, int nLevel, boolean bHeader, boolean bRestart, int nStartValue, BeforeAfter ba, Context oc)
Apply a list style to a list item.
public static final java.lang.String numFormat(java.lang.String sFormat)