public class DrawConverter extends ConverterHelper
This class handles draw elements.
config, ofr, palette
Constructor | Description |
---|---|
DrawConverter(OfficeReader ofr,
LaTeXConfig config,
ConverterPalette palette) |
Modifier and Type | Method | Description |
---|---|---|
void |
appendDeclarations(LaTeXDocumentPortion pack,
LaTeXDocumentPortion decl) |
|
void |
flushFloatingFrames(LaTeXDocumentPortion ldp,
Context oc) |
|
void |
handleCaption(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc) |
|
void |
handleDrawElement(org.w3c.dom.Element node,
LaTeXDocumentPortion ldp,
Context oc) |
public DrawConverter(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
public void appendDeclarations(LaTeXDocumentPortion pack, LaTeXDocumentPortion decl)
appendDeclarations
in class ConverterHelper
public void handleCaption(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
public void handleDrawElement(org.w3c.dom.Element node, LaTeXDocumentPortion ldp, Context oc)
public void flushFloatingFrames(LaTeXDocumentPortion ldp, Context oc)