public class ListConverter extends StyleConverter
declarations, styleMap, styleNames
Constructor and Description |
---|
ListConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette)
Construct a new
ListConverter |
Modifier and Type | Method and Description |
---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl) |
void |
handleList(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc)
Process a list (text:ordered-lst or text:unordered-list tag)
|
static java.lang.String |
numFormat(java.lang.String sFormat) |
public ListConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
ListConverter
public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
appendDeclarations
in class StyleConverter
public void handleList(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
Process a list (text:ordered-lst or text:unordered-list tag)
node
- The element containing the listldp
- the LaTeXDocumentPortion
to which
LaTeX code should be addedoc
- the current contextpublic static final java.lang.String numFormat(java.lang.String sFormat)