Uses of Class
writer2latex.xmerge.OfficeZip

Packages that use OfficeZip
writer2latex.xmerge   
 

Uses of OfficeZip in writer2latex.xmerge
 

Fields in writer2latex.xmerge declared as OfficeZip
private  OfficeZip OfficeDocument.zip
          OfficeZip object to store zip contents from read InputStream.
protected  OfficeZip EmbeddedObject.zipFile
          Representation of the file from which this object was read.
 

Methods in writer2latex.xmerge with parameters of type OfficeZip
(package private)  void EmbeddedBinaryObject.write(OfficeZip zip)
          Package private method for writing the data of the EmbeddedObject to a SX?
(package private) abstract  void EmbeddedObject.write(OfficeZip zip)
          Package private method for writing the data of the EmbeddedObject to a SX?
(package private)  void EmbeddedXMLObject.write(OfficeZip zip)
          Package private method for writing the data of the EmbeddedObject to a SX?
 

Constructors in writer2latex.xmerge with parameters of type OfficeZip
EmbeddedBinaryObject(java.lang.String name, java.lang.String type, OfficeZip source)
          Package private constructor for use when reading an object from a compressed SX?
EmbeddedObject(java.lang.String name, java.lang.String type, OfficeZip source)
          Package private constructor for use when reading an object from a compressed SX?
EmbeddedXMLObject(java.lang.String name, java.lang.String type, OfficeZip source)
          Package private constructor for use when reading an object from a compressed SX?