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