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()
Returns an instance of the
View class the inserted object belongs to. |
public String getApplicationName()
An application name to open the embedded object with.
public byte[] getContent()
Returns the embedded file's data; null if no data was embedded.
public String getFileFormat()
A file format of the embedded object.
public String getFullPath()
Returns a full path of the inserted object.
public String getLabel()
Returns a label of the inserted object.
public boolean getLinked()
Determines whether the project file contains only a link to the actual data stored at the link source.
public String getName()
A name of the instance of the OleObject
class.
public String getTemporaryFile()
Returns a path to the temporary file of the inserted object.
public View getView()
Returns an instance of the View
class the inserted object belongs to.
View
class to which this ole object belongs.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.