|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishape
method summary | |
---|---|
void |
dispose()
dispose object and free resources. |
java.lang.string |
getalternativetext()
gets the alternative text associated with a shape. |
java.lang.string |
getalternativetitle()
gets the alternative title 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 the shape frame's properties. |
float |
getheight()
gets the height of the shape. |
long |
getid()
|
shape |
getlayoutprototype()
get the shape's prototype in layout |
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. |
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 around the z-axis. |
activeslide |
getslide()
gets the parent slide of a shape. |
tagcollection |
gettagslist()
gets the shape's tags collection. |
formatthreed |
getthreed()
gets the threedformat object that 3d effect properties for a shape. |
float |
gettop()
gets the y-coordinate of the upper-left corner of the shape. |
float |
getwidth()
gets the width of the shape. |
int |
getzorderposition()
gets the position of a shape in the z-order. |
void |
insertchart(charttype type)
insert a chart into placeholder shape. |
void |
insertpicture(java.lang.string filepath)
insert a picture into placeholder shape. |
void |
insertsmartart(smartartlayouttype smartartlayouttype)
insert a smartart into placeholder shape. |
void |
inserttable(int tablecolumncount,
int tablerowcount)
insert a table into placeholder shape. |
void |
insertvideo(java.lang.string filepath)
insert a video into placeholder shape. |
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 |
setalternativetitle(java.lang.string value)
sets the alternative title 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 around the z-axis. |
void |
setshapealignment(shapealignmentenum.shapealignment shapealignment)
sets the alignment with a shape. |
void |
setshapearrange(shapealignmentenum.shapearrange shapearrange)
sets the arrangement with a shape. |
void |
settop(double value)
sets the y-coordinate of the upper-left corner of the shape. |
void |
setwidth(float value)
sets the width of the shape. |
void |
setzorderposition(int zorderposition)
sets the position of a shape in the z-order. |
method detail |
---|
boolean isplaceholder()
boolean istextbox()
placeholderex getplaceholder()
tagcollection gettagslist()
graphicframe getframe()
java.lang.exception
void setframe(graphicframe value)
textlineformat getline()
formatthreed getthreed()
effectdag geteffectdag()
fillformat getfill()
clickhyperlink getclick()
void setclick(clickhyperlink value)
clickhyperlink getmouseover()
void setmouseover(clickhyperlink value)
boolean ishidden()
void ishidden(boolean value)
activeslide getparent()
int getzorderposition()
void setzorderposition(int zorderposition)
zorderposition
- float getrotation()
java.lang.exception
void setrotation(float value)
float getleft()
java.lang.exception
void setleft(double value)
float gettop()
java.lang.exception
void settop(double value)
float getwidth()
java.lang.exception
void setwidth(float value)
float getheight()
java.lang.exception
void setheight(float value)
java.lang.string getalternativetext()
void setalternativetext(java.lang.string value)
java.lang.string getalternativetitle()
void setalternativetitle(java.lang.string value)
java.lang.string getname()
void setname(java.lang.string value)
activeslide getslide()
presentation getpresentation()
void removeplaceholder()
void dispose()
void setshapealignment(shapealignmentenum.shapealignment shapealignment)
void setshapearrange(shapealignmentenum.shapearrange shapearrange)
void insertvideo(java.lang.string filepath)
filepath
- video file pathvoid insertsmartart(smartartlayouttype smartartlayouttype)
smartartlayouttype
- smartart typevoid insertchart(charttype type)
type
- chart typevoid inserttable(int tablecolumncount, int tablerowcount)
tablecolumncount
- tablecolumn counttablerowcount
- tablerow countvoid insertpicture(java.lang.string filepath)
filepath
- picture file pathlong getid()
shape getlayoutprototype()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |