This is Robert Harders public domain Base64 class.
This class provides a uno component which implements the interface
org.openoffice.da.writer2xhtml.XBatchConverter
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.
Abstract base implementation of writer2latex.api.BatchConverter
.
Implementation of writer2latex.api.BatchConverter
for
xhtml 1.0 strict
This is a call back interface to handle user interaction during a
batch conversion with a
BatchConverter
The uno interface provides an XBatchHandler implementation, the java
interface requires a BatchHandler implementation.
This class implements a BatchHandler
for command line usage
Utility class to hold LaTeX code to put before/after other LaTeX code
Default constructor: Create with empty strings
Constructor to initialize the object with a pair of strings
This class handles the bibliography.
Construct a new BibConverter.
This class represents a single bibliography-mark.
Create a new BibMark from a text:bibliography-mark node.
Create a new BibMark from scratch.
Class representing a BibTeX document.
Constructs a new BibTeX Document.
This new document is empty.
Class representing a binary graphics document.
Constructs a new graphics document.
This new document does not contain any information.
This class handles basic block content, including the main text body,
sections, tables, lists, headings and paragraphs.
Is this bookmark contained in a heading?
BooleanOption.java
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version 2.1, as published by the Free Software Foundation.
This is a java-uno adapter class which implements XStream using a
byte array.