|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.presentation.pptobject
com.spire.presentation.shape
public class shape
represents a shape on a slide.
constructor summary | |
---|---|
shape()
|
|
shape(activeslide parent)
|
|
shape(activeslide parent,
elem)
|
|
shape(shapecollection parent)
|
|
shape(shapecollection parent,
esc,
ppt)
|
method summary | |
---|---|
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. |
boolean |
getdrawindicatedshape()
|
effectdag |
geteffectdag()
gets the effectdag 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()
|
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 he 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()
returns the parent presentation of a slide. |
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 formatthreed 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 he 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 |
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 |
setdrawindicatedshape(boolean value)
|
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 he 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. |
methods inherited from class com.spire.presentation.pptobject |
---|
checkdisposed |
methods inherited from interface com.spire.presentation.ishape |
---|
dispose, getlayoutprototype, insertchart, insertpicture, insertsmartart, inserttable, insertvideo |
constructor detail |
---|
public shape(shapecollection parent)
public shape()
public shape(activeslide parent)
public shape(activeslide parent, elem)
public shape(shapecollection parent, esc, ppt)
method detail |
---|
public boolean isplaceholder()
ishape
isplaceholder
in interface ishape
public boolean istextbox()
istextbox
in interface ishape
public placeholderex getplaceholder()
getplaceholder
in interface ishape
public void removeplaceholder()
removeplaceholder
in interface ishape
public tagcollection gettagslist()
gettagslist
in interface ishape
public boolean getdrawindicatedshape()
public void setdrawindicatedshape(boolean value)
public graphicframe getframe()
getframe
in interface ishape
public void setframe(graphicframe value)
setframe
in interface ishape
public textlineformat getline()
getline
in interface ishape
public formatthreed getthreed()
getthreed
in interface ishape
public effectdag geteffectdag()
geteffectdag
in interface ishape
public fillformat getfill()
getfill
in interface ishape
public clickhyperlink getclick()
getclick
in interface ishape
public void setclick(clickhyperlink value)
setclick
in interface ishape
public clickhyperlink getmouseover()
getmouseover
in interface ishape
public void setmouseover(clickhyperlink value)
setmouseover
in interface ishape
public boolean ishidden()
ishidden
in interface ishape
public void ishidden(boolean value)
ishidden
in interface ishape
public activeslide getparent()
getparent
in interface ishape
getparent
in class pptobject
public int getzorderposition()
getzorderposition
in interface ishape
public void setzorderposition(int zorderposition)
setzorderposition
in interface ishape
zorderposition
- public float getrotation()
getrotation
in interface ishape
public void setrotation(float value)
setrotation
in interface ishape
public float getleft()
getleft
in interface ishape
public void setleft(double value)
setleft
in interface ishape
public float gettop()
gettop
in interface ishape
public void settop(double value)
settop
in interface ishape
public float getwidth()
getwidth
in interface ishape
public void setwidth(float value)
setwidth
in interface ishape
public float getheight()
getheight
in interface ishape
public long getid()
getid
in interface ishape
public void setheight(float value)
setheight
in interface ishape
public void setshapealignment(shapealignmentenum.shapealignment shapealignment)
setshapealignment
in interface ishape
public void setshapearrange(shapealignmentenum.shapearrange shapearrange)
setshapearrange
in interface ishape
public java.lang.string getalternativetext()
getalternativetext
in interface ishape
public void setalternativetext(java.lang.string value)
setalternativetext
in interface ishape
public java.lang.string getalternativetitle()
getalternativetitle
in interface ishape
public void setalternativetitle(java.lang.string value)
setalternativetitle
in interface ishape
public java.lang.string getname()
getname
in interface ishape
public void setname(java.lang.string value)
setname
in interface ishape
public activeslide getslide()
getslide
in interface ishape
getslide
in interface islidecomponent
public presentation getpresentation()
getpresentation
in interface iactivepresentation
getpresentation
in interface ishape
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |