ioleobject-ag凯发旗舰厅



com.spire.xls.core
interface ioleobject


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

getlocation

ixlsrange getlocation()
gets the location.

setlocation

void setlocation(ixlsrange location)
sets the location.

getdimension

java.awt.dimension getdimension()
gets or sets the size.

setdimension

void setdimension(java.awt.dimension value)
gets or sets the size.
parameters:
value -

getpicture

java.awt.image.bufferedimage getpicture()
gets or sets the picture.

getshape

ipictureshape getshape()
gets or sets picture shape object that defines look and position of the oleobject inside parent worksheet.

getdisplayasicon

boolean getdisplayasicon()
gets or sets a value indicating whether [display as icon].

setdisplayasicon

void setdisplayasicon(boolean value)
gets or sets a value indicating whether [display as icon].
parameters:
value - true if [display as icon]; otherwise, false.

getobjecttype

oleobjecttype getobjecttype()
gets the type of the object.

setobjecttype

void setobjecttype(oleobjecttype objecttype)
sets the type of the object.

getoledata

byte[] getoledata()
gets or sets the native data.

setoledata

void setoledata(byte[] value)
gets or sets the native data.


网站地图