Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- clear() - Method in class writer2latex.api.ComplexOption
-
Clear the contents of the set
- ComplexOption - Class in writer2latex.api
-
A complex option is a set of named keys, each pointing to a set of named attributes
- ComplexOption() - Constructor for class writer2latex.api.ComplexOption
- Config - Interface in writer2latex.api
-
This is an interface for configuration of a
Converter. - containsKey(String) - Method in class writer2latex.api.ComplexOption
-
Test if this complex options contains a specific option name
- containsMath() - Method in interface writer2latex.api.OutputFile
-
Test whether this document contains mathematical formulas
- ContentEntry - Interface in writer2latex.api
-
This interface represents a content entry, that is a named reference to a position within the output document.
- convert(byte[], String, String) - Method in interface writer2latex.api.GraphicConverter
-
Convert a graphics file from one format to another
- convert(File, String) - Method in interface writer2latex.api.Converter
-
Convert a document
- convert(InputStream, String) - Method in interface writer2latex.api.Converter
-
Convert a document
- convert(String) - Method in interface writer2latex.api.StarMathConverter
-
Convert a StarMath formula
- convert(Document, String) - Method in interface writer2latex.api.Converter
-
Convert a document
- Converter - Interface in writer2latex.api
-
This is an interface for a converter, which offers conversion of OpenDocument (or OpenOffice.org 1.x) documents into a specific format.
- ConverterFactory - Class in writer2latex.api
-
This is a factory class which provides static methods to create converters for documents in OpenDocument format into a specific MIME type
- ConverterFactory() - Constructor for class writer2latex.api.ConverterFactory
- ConverterResult - Interface in writer2latex.api
-
A
ConverterResultrepresent a document, which is the result of a conversion performed by aConverterimplementation. - copy(String, Map<String, String>) - Method in class writer2latex.api.ComplexOption
-
Define a key using a copy of a the provided attributes.
- copyAll(ComplexOption) - Method in class writer2latex.api.ComplexOption
-
Copy all values from another
ComplexOption(overwrites existing values) - createConfig(String) - Static method in class writer2latex.api.ConverterFactory
-
Create a
Configimplementation which supports configuration for export to the specified MIME type. - createConverter(String) - Static method in class writer2latex.api.ConverterFactory
-
Create a
Converterimplementation which supports conversion into the specified MIME type. - createStarMathConverter() - Static method in class writer2latex.api.ConverterFactory
-
Create a
StarMathConverterimplementation
All Classes and Interfaces|All Packages|Constant Field Values