public class OleObject extends Object
Represents an object which is inserted into the mpp file.
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
An application name to open the embedded object with.
|
byte[] |
getContent()
Returns the embedded file's data; null if no data was embedded.
|
String |
getFileFormat()
A file format of the embedded object.
|
String |
getFullPath()
Returns a full path of the inserted object.
|
String |
getLabel()
Returns a label of the inserted object.
|
boolean |
getLinked()
Determines whether the project file contains only a link to the actual data stored at the link source.
|
String |
getName()
A name of the instance of the
OleObject class. |
String |
getTemporaryFile()
Returns a path to the temporary file of the inserted object.
|
View |
getView()
|
public final String getApplicationName()
An application name to open the embedded object with.
public final byte[] getContent()
Returns the embedded file's data; null if no data was embedded.
public final String getFileFormat()
A file format of the embedded object.
public final String getFullPath()
Returns a full path of the inserted object.
public final String getLabel()
Returns a label of the inserted object.
public final boolean getLinked()
Determines whether the project file contains only a link to the actual data stored at the link source.
public final String getName()
A name of the instance of the OleObject
class.
public final String getTemporaryFile()
Returns a path to the temporary file of the inserted object.
public final View getView()
Returns an instance of the View
(getView()
/setView(View)
) class the inserted object
belongs to.
View
class to which this ole object belongs.