|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishape
method summary | |
---|---|
java.lang.string |
getalternativetext()
returns or sets the descriptive (alternative) text string for a shape object. |
ishapefill |
getfill()
|
int |
getheight()
the height of the object. |
java.lang.string |
gethtmlstring()
gets the html string which contains data and some formattings in this shape. |
int |
getid()
returns the type for the specified object. |
int |
getleft()
the distance from the left edge of the object to the left edge of column a (on a worksheet) or the left edge of the chart area (on a chart). |
java.lang.string |
getname()
returns or sets the name of the object. |
java.lang.string |
getonaction()
|
resizebehavetype |
getresizebehave()
specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted(comboboxshape and checkboxshape and radiobuttonshape set moveandresize type value is invalid) |
int |
getrotation()
returns or sets the rotation of the shape, in degrees. |
ishadow |
getshadow()
|
excelshapetype |
getshapetype()
the shape type of the object. |
iformat3d |
getthreed()
|
int |
gettop()
the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet. |
boolean |
getvisible()
determines whether the object is visible. |
int |
getwidth()
the width of the object. |
boolean |
islockaspectratio()
true means that don't allow changes in aspect ratio. |
void |
islockaspectratio(boolean value)
true means that don't allow changes in aspect ratio. |
boolean |
islocked()
true if the object is locked, false if the object can be modified when the sheet is protected. |
void |
islocked(boolean value)
true if the object is locked, false if the object can be modified when the sheet is protected. |
boolean |
isprintable()
true if the object is printable |
void |
isprintable(boolean value)
true if the object is printable |
void |
remove()
removes this shape from shapes collection. |
void |
scale(int scalewidth,
int scaleheight)
scales the shape. |
void |
setheight(int height)
sets the height of the object. |
void |
sethtmlstring(java.lang.string value)
sets the html string which contains data and some formattings in this shape. |
void |
setname(java.lang.string value)
returns or sets the name of the object. |
void |
setonaction(java.lang.string value)
|
void |
setresizebehave(resizebehavetype value)
specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted(comboboxshape and checkboxshape and radiobuttonshape set moveandresize type value is invalid) |
void |
setrotation(int value)
returns or sets the rotation of the shape, in degrees. |
void |
settop(int top)
sets the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet. |
void |
setvisible(boolean value)
determines whether the object is visible. |
void |
setwidth(int width)
sets the width of the object. |
method detail |
---|
int getheight()
void setheight(int height)
int getid()
int getleft()
java.lang.string getname()
void setname(java.lang.string value)
int gettop()
void settop(int top)
int getwidth()
void setwidth(int width)
java.lang.string gethtmlstring()
void sethtmlstring(java.lang.string value)
value
- excelshapetype getshapetype()
boolean getvisible()
void setvisible(boolean value)
java.lang.string getalternativetext()
ishapefill getfill()
java.lang.string getonaction()
void setonaction(java.lang.string value)
ishadow getshadow()
iformat3d getthreed()
int getrotation()
void setrotation(int value)
resizebehavetype getresizebehave()
void setresizebehave(resizebehavetype value)
boolean islocked()
void islocked(boolean value)
boolean isprintable()
void isprintable(boolean value)
boolean islockaspectratio()
void islockaspectratio(boolean value)
void remove()
void scale(int scalewidth, int scaleheight)
scalewidth
- width scale in percents.scaleheight
- height scale in percents.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |