All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Application Commandline utility to convert an OpenOffice.org Writer XML file into XHTML/LaTeX/BibTeXBase64 Base64.InputStream ABase64.InputStream
will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Base64.OutputStream ABase64.OutputStream
will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.BatchConverter This class provides a uno component which implements the interface org.openoffice.da.writer2xhtml.XBatchConverterBatchConverter This is an interface for a converter, which offers conversion of all OpenDocument (or OpenOffice.org 1.x) documents in a directory (and optionally subdirectories), creating index pages in a specific format.BatchConverterBase Abstract base implementation ofwriter2latex.api.BatchConverter
.BatchConverterImpl Implementation ofwriter2latex.api.BatchConverter
for xhtml 1.0 strictBatchHandler This is a call back interface to handle user interaction during a batch conversion with aBatchConverter
BatchHandlerAdapter The uno interface provides an XBatchHandler implementation, the java interface requires a BatchHandler implementation.BatchHandlerImpl This class implements aBatchHandler
for command line usageBeforeAfter Utility class to hold LaTeX code to put before/after other LaTeX codeBibConverter This class handles the bibliography.BibMark This class represents a single bibliography-mark.BibTeXDocument Class representing a BibTeX document.BinaryGraphicsDocument Class representing a binary graphics document.BlockConverter This class handles basic block content, including the main text body, sections, tables, lists, headings and paragraphs.BooleanOption ByteArrayXStream This is a java-uno adapter class which implements XStream using a byte array.CaptionConverter This class converts captions (for figures and tables) to LaTeX.CellStyleConverter This class converts OpenDocument cell styles to CSS2 styles.CellView This class represent a cell in a table viewCharStyleConverter This class creates LaTeX code from OOo character formatting Character formatting in OOo includes font, font effects/decorations and color.ClassicI18n This class (and the helpers in the same package) takes care of i18n in Writer2LaTeX.ColorConverter This class converts colorConfig This is an interface for configuration of aConverter
.ConfigBase ContentHandlingOption Context LaTeX code is in general very context dependent.ControlReader This class reads a form control in an OOo document (a form:control node).ConvertData ConvertData
is used as a container for passingOutputFile
objects in and out of theConvert
class.Converter This is an interface for a converter, which offers conversion of OpenDocument (or OpenOffice.org 1.x) documents into a specific format.Converter BibTeX exportConverter This class converts an OpenDocument file to an XHTML(+MathML) document<.ConverterBase Abstract base implementation ofwriter2latex.api.Converter
ConverterFactory This is a factory class which provides static methods to create converters for documents in OpenDocument (or OpenOffice.org 1.x) format into a specific MIME typeConverterHelper This is an abstract superclass for converter helpers.ConverterHelper ConverterPalette This class converts a Writer XML file to a LaTeX file<.ConverterResult AConverterResult
represent a document, which is the result of a conversion performed by aConverter
implementation.CSVList DialogBase This class provides an abstract uno component which implements a dialog from an xml description (using the DialogProvider2 service)Document ADocument
represents anyDocument
to be converted and the resultingDocument
from any conversion.DOMDocument An implementation ofDocument
for StarOffice documents.DrawConverter This class handles draw elements.DrawConverter EmbeddedBinaryObject This class represents embedded object's in an OpenOffice.org document that have a binary representation.EmbeddedObject EmbeddedXMLObject This class represents those embedded objects in an OpenOffice.org document that have an XML representation.EPSCleaner This class removes redundant binary information from EPS files created by OOo.ExportFilterBase This class provides an abstract uno component which implements an XExportFilter.ExportNameCollection FieldConverter This class handles text fields and links in the document.FilterDataParser This class parses the FilterData property passed to the filter and applies it to aConverter
All errors are silently ignoredFontDeclaration Class representing a font declaration in OOoFormReader This class reads a form in an OOo document (a form:form node)FormsReader This class reads the collection of all forms in an OOo document (theoffice:forms
element).FrameStyleConverter This class converts OpenDocument graphic (frame) styles to CSS2 styles.GraphicConverter A simple interface for a graphic converter which converts between various graphics formatsGraphicConverterImpl GraphicConverterImpl1 A GraphicConverter implementation which uses the GraphicProvider service to convert the graphic.GraphicConverterImpl2 A GraphicConverter implementation which uses a hidden Draw document to store the graphic, providing more control over the image than the simple GraphicProvider implementation.HeadingConverter HeadingMap This class contains data for the mapping of OOo headings to LaTeX headings.I18n This abstract class takes care of i18n in the LaTeX export.ImageLoader This class extracts images from an OOo file.IndexConverter This class handles indexes (table of contents, list of tables, list of illustrations, object index, user index, alphabetical index) as well as their associated index marks.IndexMark This class contains static methods to read an index-mark.IndexPageEntry This class represents a single entry on an index page created by a batch converterInfo This class creates various information to the user about the conversion.InlineConverter This class handles basic inline text.IntegerOption L10n LaTeXConfig LaTeXDocument Class representing a LaTeX document.LaTeXDocumentPortion This class represents a portion of a LaTeX document.LaTeXOptionsDialog This class provides a uno component which implements a filter ui for the LaTeX exportListCounter This class produces labels for OOo lists/outlines (for xhtml and text, which cannot produce them on their own).ListStyle Class representing a list style (including outline numbering) in OOo WriterListStyleConverter ListStyleConverter This class converts OpenDocument list styles to CSS2 styles (currently, actually CSS1).LoftReader The class reads atext:illustration-index
ortext:table-index
element.MasterPage Class representing a master page in OOo WriterMathConverter MathmlConverter This class converts mathml nodes to LaTeX.MessageBox This class provides simple access to a uno awt message boxMetaData This class represents the metadata of an OOo Writer document.MIMETypes MIMETypes Misc NewDOMDocument An extension ofDOMDocument
that overrides the write method.NoteConverter This class handles conversion of footnotes and endnotes, including references.OfficeConstants This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types, etc.).OfficeDocument An implementation ofDocument
for StarOffice documents.OfficeDocumentException Used by OfficeDocument to encapsulate exceptions.OfficeReader This class reads and collects global information about an OOo document.OfficeStyle Abstract class representing a style in OOoOfficeStyleFamily Container class representing a style family in OOoOption OptionsDialogBase This class provides an abstract uno component which implements a filter uiOutputFile AnOutputFile
represent a single file in aConverterResult
, which is output from aConverter
implementation.PageLayout Class representing a page master in OOo Writer.PageStyleConverter PageStyleConverter This class converts OpenDocument page styles to CSS2 styles.ParConverter ParStyleConverter This class converts OpenDocument paragraph styles to CSS2 styles for use in paragraphs and headings.PresentationStyleConverter This class converts OpenDocument presentation styles to CSS2 styles.PropertyHelper This class provides access by name to aPropertyValue
arrayPropertySet Class representing a set of style properties in OOo (actually this is simply the set of attributes of an element).ReplacementTrie This class contains a trie of string -> LaTeX code replacementsReplacementTrieNode This class contains a node in a trie of string -> LaTeX code replacementsRowStyleConverter This class converts OpenDocument row styles to CSS2 styles.SectionConverter This class creates LaTeX code from OOo sections.SectionStyleConverter This class converts OpenDocument section styles to CSS2 styles.SimpleInputBuffer This class provides a simple string input buffer; it can be used as the basis of a tokenizer.StarMathConverter This is an interface for a converter, which offers conversion of a StarMath formula into LaTeX Instances of this interface are created using theConverterFactory
StarMathConverter StyleConverter This is an abstract superclass for style converters.StyleConverterHelper This is an abstract base class to convert an OpenDocument style family to CSS2 styles.StyleInfo StyleMap StyleWithProperties Class representing a style in OOo which contains a style:properties elementStyleWithPropertiesConverterHelper This is an abstract class to convert an OpenDocument style family represented byStyleWithProperties
to CSS2 styles.SVMReader This class contains a static method to extract EPS data from an SVM fileTableConverter This class converts OpenDocument tables to LaTeX.TableConverter TableFormatter This class converts OOo table styles to LaTeX.TableLine This class represents the properties of a row or column in a tableTableRange This class represent a table range within a table.TableRangeParser This class parses a space separated list of table ranges.TableReader This class reads a table from a table:table or table:sub-table element and presents it as an n by m grid.TableStyleConverter This class converts OpenDocument table styles to CSS2 styles.TableView This class represents a view of aTableRange
.TextConverter TextStyleConverter This class converts OpenDocument text styles to CSS2 styles.TocReader The class reads atext:table-of-content
element.W2LExportFilter This class implements the LaTeX and BibTeX export filter componentW2LRegistration This class provides a static method to instantiate our uno components on demand (__getServiceFactory()), and a static method to give information about the components (__writeRegistryServiceInfo()).W2LStarMathConverter This class provides a uno component which implements the interface org.openoffice.da.writer2latex.XW2LConverterW2XExportFilter This class implements the xhtml export filter componentW2XRegistration This class provides a static method to instantiate our uno components on demand (__getServiceFactory()), and a static method to give information about the components (__writeRegistryServiceInfo()).XeTeXI18n This class takes care of i18n in XeLaTeXXhtml10Converter XhtmlConfig XhtmlDocument An implementation ofDocument
for XHTML documents.XhtmlMathMLConverter XhtmlMathMLXSLConverter XhtmlOptionsDialog This class provides a uno component which implements a filter ui for the Xhtml exportXhtmlOptionsDialogCalc This class provides a uno component which implements a filter ui for the Xhtml export in CalcXhtmlOptionsDialogXsl This class provides a uno component which implements a filter ui for the Xhtml export (xsl variant) This variant of the dialog has the XsltPath setting enabledXhtmlStyleMap XMLString