Uses of Class
writer2latex.office.OfficeDocument
-
Packages that use OfficeDocument Package Description writer2latex.base writer2latex.office -
-
Uses of OfficeDocument in writer2latex.base
Fields in writer2latex.base declared as OfficeDocument Modifier and Type Field Description protected OfficeDocument
ConverterBase. odDoc
-
Uses of OfficeDocument in writer2latex.office
Constructors in writer2latex.office with parameters of type OfficeDocument Constructor Description EmbeddedBinaryObject(java.lang.String sName, java.lang.String sType, OfficeDocument doc, SimpleZipReader source)
Package private constructor for use when reading an object from a package ODF fileEmbeddedObject(java.lang.String sName, java.lang.String sType, OfficeDocument doc)
Construct a new embedded objectEmbeddedXMLObject(java.lang.String sName, java.lang.String sType, OfficeDocument doc, SimpleZipReader source)
Read an object from an ODF package documentMetaData(OfficeDocument oooDoc)
Construct a new instance from an OOo Writer document.OfficeReader(OfficeDocument oooDoc, boolean bAllParagraphsAreSoft)
Constructor; read a document
-