writer2latex.latex.util
Class Info

java.lang.Object
  extended by writer2latex.latex.ConverterHelper
      extended by writer2latex.latex.util.Info

public class Info
extends ConverterHelper

This class creates various information to the user about the conversion.


Field Summary
 
Fields inherited from class writer2latex.latex.ConverterHelper
config, ofr, palette
 
Constructor Summary
Info(OfficeReader ofr, LaTeXConfig config, ConverterPalette palette)
           
 
Method Summary
 void addDebugInfo(org.w3c.dom.Element node, LaTeXDocumentPortion ldp)
           
 
Methods inherited from class writer2latex.latex.ConverterHelper
appendDeclarations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info(OfficeReader ofr,
            LaTeXConfig config,
            ConverterPalette palette)
Method Detail

addDebugInfo

public void addDebugInfo(org.w3c.dom.Element node,
                         LaTeXDocumentPortion ldp)