|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.latex.ConverterHelper
writer2latex.latex.SectionConverter
public class SectionConverter
This class creates LaTeX code from OOo sections.
Sections are converted to multicols environments using multicol.sty
Field Summary |
---|
Fields inherited from class writer2latex.latex.ConverterHelper |
---|
config, ofr, palette |
Constructor Summary | |
---|---|
SectionConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette)
Constructs a new SectionStyleConverter . |
Method Summary | |
---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl)
|
void |
handleSection(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc)
Process a section (text:section tag) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SectionConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
Constructs a new SectionStyleConverter
.
Method Detail |
---|
public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
appendDeclarations
in class ConverterHelper
public void handleSection(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
Process a section (text:section tag)
node
- The element containing the sectionldp
- the LaTeXDocumentPortion
to which
LaTeX code should be addedoc
- the current context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |