|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwriter2latex.xmerge.EmbeddedObject
public abstract class EmbeddedObject
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
EmbeddedObject(java.lang.String name,
java.lang.String type)
Constructor for an embedded object stored using an XML representation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves the name of the embedded object represented by an instance of this class. |
java.lang.String |
getType()
Retrieves the type of the embedded object represented by an instance of this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String objName
protected java.lang.String objType
protected writer2latex.xmerge.OfficeZip zipFile
protected boolean hasChanged
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||