![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.OleObject
public class OleObject
Method Summary | |
---|---|
byte |
getFileType()
Gets the file type of the embedded ole object data |
byte[] |
getImageData()
Gets the the image data of this OleObject. |
int |
getImageFormat()
Gets the image format of this OleObject. |
byte[] |
getObjectData()
Gets embedded ole object data. |
java.lang.String |
getSourceFullName()
Gets the source full name of the source file for the linked OLE object. |
void |
setFileType(byte fileType)
Sets the file type of the embedded ole object data |
void |
setSourceFullName(java.lang.String sourceFullName)
Sets the source full name of the source file for the linked OLE object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getFileType()
public void setFileType(byte fileType)
fileType
- the file type of the embedded ole object data.OleFileType
public java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String sourceFullName)
sourceFullName
- the source full name of the source file for the linked OLE object.public byte[] getImageData()
public int getImageFormat()
ImageFormat
public byte[] getObjectData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |