|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOleObject
Method Summary | |
---|---|
java.awt.Dimension |
getDimension()
Gets or sets the size. |
boolean |
getDisplayAsIcon()
Gets or sets a value indicating whether [display as icon]. |
IXLSRange |
getLocation()
Gets the location. |
OleObjectType |
getObjectType()
Gets the type of the object. |
byte[] |
getOleData()
Gets or sets the native data. |
java.awt.image.BufferedImage |
getPicture()
Gets or sets the picture. |
IPictureShape |
getShape()
Gets or sets picture shape object that defines look and position of the OleObject inside parent worksheet. |
void |
setDimension(java.awt.Dimension value)
Gets or sets the size. |
void |
setDisplayAsIcon(boolean value)
Gets or sets a value indicating whether [display as icon]. |
void |
setLocation(IXLSRange location)
Sets the location. |
void |
setObjectType(OleObjectType objectType)
Sets the type of the object. |
void |
setOleData(byte[] value)
Gets or sets the native data. |
Method Detail |
---|
IXLSRange getLocation()
void setLocation(IXLSRange location)
java.awt.Dimension getDimension()
void setDimension(java.awt.Dimension value)
value
- java.awt.image.BufferedImage getPicture()
IPictureShape getShape()
boolean getDisplayAsIcon()
void setDisplayAsIcon(boolean value)
value
- true if [display as icon]; otherwise, false.OleObjectType getObjectType()
void setObjectType(OleObjectType objectType)
byte[] getOleData()
void setOleData(byte[] value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |