Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

E

EmbeddedBinaryObject - Class in writer2latex.office
This class represents an embedded object with a binary representation in an ODF package document
EmbeddedBinaryObject(String, String, OfficeDocument, SimpleZipReader) - Constructor for class writer2latex.office.EmbeddedBinaryObject
Package private constructor for use when reading an object from a package ODF file
EmbeddedObject - Class in writer2latex.office
This class represents and embedded object within an ODF package document
EmbeddedObject(String, String, OfficeDocument) - Constructor for class writer2latex.office.EmbeddedObject
Construct a new embedded object
EmbeddedXMLObject - Class in writer2latex.office
This class represents those embedded objects in an ODF document that have an XML representation: Formulas, charts, spreadsheets, text, drawings and presentations.
EmbeddedXMLObject(String, String, OfficeDocument, SimpleZipReader) - Constructor for class writer2latex.office.EmbeddedXMLObject
Read an object from an ODF package document
embedImg() - Method in class writer2latex.xhtml.XhtmlConfig
 
embedSVG() - Method in class writer2latex.xhtml.XhtmlConfig
 
EMF - Static variable in class writer2latex.api.MIMETypes
 
EMF_EXT - Static variable in class writer2latex.office.MIMETypes
 
EMF_SIG - Static variable in class writer2latex.office.MIMETypes
 
enclose(String, String) - Method in class writer2latex.latex.util.BeforeAfter
Add data to the BeforeAfter The new data will be be added "outside", thus for example enclose("\textsf{","}"); enclose("\textit{","}"); will create the pair \textit{\textsf{, }}
endConversion() - Method in class org.openoffice.da.comp.writer2xhtml.BatchHandlerAdapter
 
endConversion() - Method in interface writer2latex.api.BatchHandler
Notification that the conversion has finished
endConversion() - Method in class writer2latex.BatchHandlerImpl
 
endDialog() - Method in class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
Finalize the dialog after execution (eg. save settings to the registry)
endDialog() - Method in class org.openoffice.da.comp.w2lcommon.helper.DialogBase
End the dialog after execution (eg. save settings to the registry) The subclass must implement this
endDialog() - Method in class org.openoffice.da.comp.writer2latex.BibTeXDialog
 
endDialog() - Method in class org.openoffice.da.comp.writer2latex.LogViewerDialog
 
endDialog() - Method in class org.openoffice.da.comp.writer2xhtml.EpubMetadataDialog
 
endDirectory(String, boolean) - Method in class org.openoffice.da.comp.writer2xhtml.BatchHandlerAdapter
 
endDirectory(String, boolean) - Method in interface writer2latex.api.BatchHandler
Notification that a directory conversion has finished
endDirectory(String, boolean) - Method in class writer2latex.BatchHandlerImpl
 
endDocument() - Method in class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
 
endElement(String) - Method in class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
 
endElement(String, String, String) - Method in class writer2latex.latex.i18n.UnicodeTableHandler
 
endElement() - Method in class writer2latex.util.SimpleDOMBuilder
Set the current element to the parent of the current element
endElement(String, String, String) - Method in class writer2latex.util.SimpleXMLParser
 
endFile(String, boolean) - Method in class org.openoffice.da.comp.writer2xhtml.BatchHandlerAdapter
 
endFile(String, boolean) - Method in interface writer2latex.api.BatchHandler
Notification that a file conversion has finished
endFile(String, boolean) - Method in class writer2latex.BatchHandlerImpl
 
enterOutline(String) - Method in class writer2latex.xhtml.PresentationStyleConverter
 
EPS - Static variable in class writer2latex.api.MIMETypes
 
EPS_EXT - Static variable in class writer2latex.office.MIMETypes
 
EPS_SIG - Static variable in class writer2latex.office.MIMETypes
 
EPSCleaner - Class in org.openoffice.da.comp.w2lcommon.filter
This class removes redundant binary information from EPS files created by OOo.
EPSCleaner() - Constructor for class org.openoffice.da.comp.w2lcommon.filter.EPSCleaner
 
EPUB - Static variable in class writer2latex.api.MIMETypes
 
EPUB3 - Static variable in class writer2latex.api.MIMETypes
This is not a MIME type either
EPUB3Converter - Class in writer2latex.epub
This class converts an OpenDocument file to an EPUB 3 document.
EPUB3Converter() - Constructor for class writer2latex.epub.EPUB3Converter
 
Epub3OptionsDialog - Class in org.openoffice.da.comp.writer2xhtml
This class provides a UNO component which implements a filter UI for the EPUB 3 export.
Epub3OptionsDialog(XComponentContext) - Constructor for class org.openoffice.da.comp.writer2xhtml.Epub3OptionsDialog
Create a new Epub3OptionsDialog
EPUBConverter - Class in writer2latex.epub
This class converts an OpenDocument file to an EPUB document.
EPUBConverter() - Constructor for class writer2latex.epub.EPUBConverter
 
EpubMetadataDialog - Class in org.openoffice.da.comp.writer2xhtml
This class provides a UNO component which implements a custom metadata editor UI for the EPUB export
EpubMetadataDialog(XComponentContext) - Constructor for class org.openoffice.da.comp.writer2xhtml.EpubMetadataDialog
 
EpubOptionsDialog - Class in org.openoffice.da.comp.writer2xhtml
This class provides a UNO component which implements a filter UI for the EPUB export
EpubOptionsDialog(XComponentContext) - Constructor for class org.openoffice.da.comp.writer2xhtml.EpubOptionsDialog
Create a new EpubOptionsDialog
EPUBWriter - Class in writer2latex.epub
This class repackages an XHTML document into EPUB format.
EPUBWriter(ConverterResult, String, int, XhtmlConfig) - Constructor for class writer2latex.epub.EPUBWriter
Create a new EPUBWriter based on a ConverterResult.
ERROR - Static variable in class writer2latex.latex.LaTeXConfig
 
execute() - Method in class org.openoffice.da.comp.w2lcommon.helper.DialogBase
 
execute(String, String, File, Map<String, String>, boolean) - Method in class org.openoffice.da.comp.writer2latex.ExternalApps
Execute an external application
execute(String, String, String, File, Map<String, String>, boolean) - Method in class org.openoffice.da.comp.writer2latex.ExternalApps
Execute an external application
exitOutline() - Method in class writer2latex.xhtml.PresentationStyleConverter
 
expandMacros(String) - Method in class org.openoffice.da.comp.w2lcommon.helper.MacroExpander
Expand macros in a string
EXPLICIT - Static variable in class writer2latex.xhtml.XhtmlConfig
 
EXPORT - Static variable in class org.openoffice.da.comp.writer2latex.ExternalApps
 
exporter(PropertyValue[], String[]) - Method in class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
 
ExportFilterBase - Class in org.openoffice.da.comp.w2lcommon.filter
This class provides an abstract UNO component which implements an XExportFilter.
ExportFilterBase(XComponentContext) - Constructor for class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
Construct a new ExportFilterBase from a given component context
ExportNameCollection - Class in writer2latex.util
Maintain a collection of export names.
ExportNameCollection(String, boolean, String) - Constructor for class writer2latex.util.ExportNameCollection
 
ExportNameCollection(String, boolean) - Constructor for class writer2latex.util.ExportNameCollection
 
ExportNameCollection(boolean) - Constructor for class writer2latex.util.ExportNameCollection
 
ExternalApps - Class in org.openoffice.da.comp.writer2latex
This class manages and executes external applications used by the Writer2LaTeX toolbar.
ExternalApps(XComponentContext) - Constructor for class org.openoffice.da.comp.writer2latex.ExternalApps
Construct a new ExternalApps object with empty content
externalBibtexFiles() - Method in class writer2latex.latex.LaTeXConfig
 
externalTocDepth() - Method in class writer2latex.xhtml.XhtmlConfig
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links