|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface iautoshape
method summary | |
---|---|
void |
appendtextframe(java.lang.string text)
adds a new textframe to a shape. |
void |
dispose()
dispose object and free resources. |
shapeadjustcollection |
getadjustments()
|
java.lang.string |
getalternativetext()
gets the alternative text associated with a shape. |
clickhyperlink |
getclick()
gets the hyperlink defined for mouse click. |
effectdag |
geteffectdag()
gets the effectformat object which contains pixel effects applied to a shape. |
fillformat |
getfill()
gets the fillformat object that contains fill formatting properties for a shape. |
graphicframe |
getframe()
gets or sets the shape frame's properties. |
float |
getheight()
gets the height of the shape. |
float |
getleft()
gets the x-coordinate of the upper-left corner of the shape. |
textlineformat |
getline()
gets the lineformat object that contains line formatting properties for a shape. |
shapelocking |
getlocking()
gets shape's locks. |
clickhyperlink |
getmouseover()
gets the hyperlink defined for mouse over. |
java.lang.string |
getname()
gets the name of a shape. |
activeslide |
getparent()
gets the parent slide of a shape. |
placeholderex |
getplaceholder()
gets the placeholder for a shape. |
presentation |
getpresentation()
|
float |
getrotation()
gets the number of degrees the specified shape is rotated. |
shapestyleex |
getshapestyle()
|
shapetype |
getshapetype()
|
activeslide |
getslide()
gets the parent slide of a shape. |
tagcollection |
gettagslist()
gets the shape's tags collection. |
itextframeproperties |
gettextframe()
gets textframe object for the autoshape. |
formatthreed |
getthreed()
gets the threedformat object that 3d effect properties for a shape read-only |
float |
gettop()
gets the y-coordinate of the upper-left corner of the shape. |
boolean |
getusebackgroundfill()
indicates whether this autoshape should be filled with slide's background fill instead of specified by style or fill format. |
float |
getwidth()
gets the width of the shape. |
int |
getzorderposition()
gets the position of a shape in the z-order. |
boolean |
ishidden()
indicates whether the shape is hidden. |
void |
ishidden(boolean value)
|
boolean |
isplaceholder()
indicates whether the shape is placeholder. |
boolean |
istextbox()
indicates whether the shape is textbox. |
void |
removeplaceholder()
removes placeholder from the shape. |
void |
setalternativetext(java.lang.string value)
sets the alternative text associated with a shape. |
void |
setclick(clickhyperlink value)
sets the hyperlink defined for mouse click. |
void |
setframe(graphicframe value)
sets the shape frame's properties. |
void |
setheight(float value)
sets the height of the shape. |
void |
setleft(double value)
sets the x-coordinate of the upper-left corner of the shape. |
void |
setmouseover(clickhyperlink value)
sets the hyperlink defined for mouse over. |
void |
setname(java.lang.string value)
sets the name of a shape. |
void |
setrotation(float value)
sets the number of degrees the specified shape is rotated. |
void |
setshapetype(shapetype value)
|
void |
settop(double value)
sets the y-coordinate of the upper-left corner of the shape. |
void |
setusebackgroundfill(boolean value)
|
void |
setwidth(float value)
sets the width of the shape. |
void |
setzorderposition(int zorderposition)
sets the position of a shape in the z-order. |
methods inherited from interface com.spire.presentation.ishape |
---|
getalternativetitle, getid, getlayoutprototype, insertchart, insertpicture, insertsmartart, inserttable, insertvideo, setalternativetitle, setshapealignment, setshapearrange |
method detail |
---|
shapelocking getlocking()
itextframeproperties gettextframe()
boolean getusebackgroundfill()
void setusebackgroundfill(boolean value)
shapestyleex getshapestyle()
shapetype getshapetype()
void setshapetype(shapetype value)
shapeadjustcollection getadjustments()
boolean isplaceholder()
isplaceholder
in interface ishape
boolean istextbox()
istextbox
in interface ishape
placeholderex getplaceholder()
getplaceholder
in interface ishape
tagcollection gettagslist()
gettagslist
in interface ishape
graphicframe getframe()
getframe
in interface ishape
void setframe(graphicframe value)
ishape
setframe
in interface ishape
textlineformat getline()
getline
in interface ishape
formatthreed getthreed()
getthreed
in interface ishape
effectdag geteffectdag()
geteffectdag
in interface ishape
fillformat getfill()
getfill
in interface ishape
clickhyperlink getclick()
getclick
in interface ishape
void setclick(clickhyperlink value)
setclick
in interface ishape
clickhyperlink getmouseover()
getmouseover
in interface ishape
void setmouseover(clickhyperlink value)
setmouseover
in interface ishape
boolean ishidden()
ishidden
in interface ishape
void ishidden(boolean value)
ishidden
in interface ishape
activeslide getparent()
getparent
in interface ishape
int getzorderposition()
getzorderposition
in interface ishape
void setzorderposition(int zorderposition)
setzorderposition
in interface ishape
zorderposition
- float getrotation()
getrotation
in interface ishape
void setrotation(float value)
setrotation
in interface ishape
float getleft()
getleft
in interface ishape
void setleft(double value)
setleft
in interface ishape
float gettop()
gettop
in interface ishape
void settop(double value)
settop
in interface ishape
float getwidth()
getwidth
in interface ishape
void setwidth(float value)
setwidth
in interface ishape
float getheight()
getheight
in interface ishape
void setheight(float value)
setheight
in interface ishape
java.lang.string getalternativetext()
getalternativetext
in interface ishape
void setalternativetext(java.lang.string value)
setalternativetext
in interface ishape
java.lang.string getname()
getname
in interface ishape
void setname(java.lang.string value)
setname
in interface ishape
activeslide getslide()
getslide
in interface ishape
presentation getpresentation()
getpresentation
in interface ishape
void appendtextframe(java.lang.string text) throws documenteditexception
text
- default text for a new textframe.
documenteditexception
void removeplaceholder()
removeplaceholder
in interface ishape
void dispose()
dispose
in interface ishape
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |