Package writer2latex.latex
Class ListConverter
java.lang.Object
writer2latex.latex.StyleConverter
writer2latex.latex.ListConverter
-
Field Summary
Fields inherited from class writer2latex.latex.StyleConverter
declarations, styleMap, styleNames -
Constructor Summary
ConstructorsConstructorDescriptionListConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette) Construct a newListConverter -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandleList(Element node, LaTeXDocumentPortion ldp, Context oc) Process a list (text:ordered-lst or text:unordered-list tag)static final String
-
Constructor Details
-
ListConverter
Construct a newListConverter
-
-
Method Details
-
appendDeclarations
- Overrides:
appendDeclarationsin classStyleConverter
-
handleList
Process a list (text:ordered-lst or text:unordered-list tag)
- Parameters:
node- The element containing the listldp- theLaTeXDocumentPortionto which LaTeX code should be addedoc- the current context
-
numFormat
-