|
|||||||||
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 |