writer2latex.xmerge
Class EmbeddedBinaryObject
public class EmbeddedBinaryObject
This class represents embedded object's in an OpenOffice.org document that
have a binary representation.
protected byte[] | objData- The object's binary representation.
|
EmbeddedBinaryObject(String name, String type)- Constructor for an embedded object stored using an XML representation.
|
objData
protected byte[] objData
The object's binary representation.
EmbeddedBinaryObject
public EmbeddedBinaryObject(String name,
String type) Constructor for an embedded object stored using an XML representation.
name - The name of the object.type - The mime-type of the object. See the class summary.
getBinaryData
public byte[] getBinaryData()
This method returns the data for this object.
- A
byte array containing the object's data.
setBinaryData
public void setBinaryData(byte[] data)
Sets the data for this object.
data - A byte array containing data for the object.