public abstract class EmbeddedObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasChanged
Flag indicating if this document has changed since reading or is new.
|
protected java.lang.String |
objName |
protected java.lang.String |
objType |
protected writer2latex.xmerge.OfficeZip |
zipFile
Representation of the file from which this object was read.
|
Constructor and Description |
---|
EmbeddedObject(java.lang.String name,
java.lang.String type)
Constructor for an embedded object stored using an XML representation.
|
protected java.lang.String objName
protected java.lang.String objType
protected writer2latex.xmerge.OfficeZip zipFile
protected boolean hasChanged
public EmbeddedObject(java.lang.String name, java.lang.String type)
name
- The name of the object.type
- The mime-type of the object. See the class summary.public final java.lang.String getName()
META-INF/manifest.xml
file.public final java.lang.String getType()
META-INF/manifest.xml
file currently represents the
type of an object using MIME types.