|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface itable
method summary | |
---|---|
void |
dispose()
dispose object and free resources. |
cell |
get(int columnindex,
int rowindex)
gets the cell at the specified column and row indexes. |
java.lang.string |
getalternativetext()
gets the alternative text associated with a shape. |
clickhyperlink |
getclick()
gets the hyperlink defined for mouse click. |
columncollection |
getcolumnslist()
gets the collectoin of columns. |
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. |
boolean |
getfirstcol()
indicates whether the first column of a table has to be drawn with a special formatting. |
boolean |
getfirstrow()
indicates whether the first row of a table has to be drawn with a special formatting. |
graphicframe |
getframe()
gets the shape frame's properties. |
float |
getheight()
gets the height of the shape. |
boolean |
gethorizontalbanding()
indicates whether the even rows has to be drawn with a different formatting. |
boolean |
getlastcol()
indicates whether the last column of a table has to be drawn with a special formatting. |
boolean |
getlastrow()
indicates whether the last row of a table has to be drawn with a special formatting. |
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()
|
boolean |
getrighttoleft()
indicates whether the table has right to left reading order. |
float |
getrotation()
gets the number of degrees the specified shape is rotated around the z-axis. |
graphicalnodelocking |
getshapelocking()
gets lock type of shape. |
activeslide |
getslide()
gets the parent slide of a shape. |
tablestylepreset |
getstylepreset()
get's builtin table style. |
tablerowcollection |
gettablerows()
gets the collectoin of rows. |
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. |
boolean |
getverticalbanding()
indicates whether the even columns has to be drawn with a different formatting. |
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. |
void |
mergecells(cell cell1,
cell cell2,
boolean allowsplitting)
merges neighbour cells. |
void |
removeplaceholder()
removes placeholder from the shape.s |
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 |
setfirstrow(boolean value)
|
void |
setframe(graphicframe value)
sets the shape frame's properties. |
void |
setheight(float value)
sets the height of the shape. |
void |
sethorizontalbanding(boolean value)
|
void |
setlastcol(boolean value)
|
void |
setlastrow(boolean value)
|
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 |
setrighttoleft(boolean value)
|
void |
setrotation(float value)
sets the number of degrees the specified shape is rotated around the z-axis. |
void |
setstylepreset(tablestylepreset value)
sets builtin table style. |
void |
settableborder(tablebordertype bordertype,
double borderwidth,
java.awt.color bordercolor)
setting up the table border |
void |
settop(double value)
sets the y-coordinate of the upper-left corner of the shape. |
void |
setverticalbanding(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, istextbox, setalternativetitle, setshapealignment, setshapearrange |
method detail |
---|
void mergecells(cell cell1, cell cell2, boolean allowsplitting) throws documenteditexception
cell1
- cell to merge.cell2
- cell to merge.allowsplitting
- true to allow cells splitting.
documenteditexception
void settableborder(tablebordertype bordertype, double borderwidth, java.awt.color bordercolor)
bordertype
- border typeborderwidth
- border width.bordercolor
- border java.awt.color.tablestylepreset getstylepreset()
void setstylepreset(tablestylepreset value)
tablerowcollection gettablerows()
columncollection getcolumnslist()
boolean getrighttoleft()
void setrighttoleft(boolean value)
boolean getfirstrow()
void setfirstrow(boolean value)
boolean getfirstcol()
boolean getlastrow()
void setlastrow(boolean value)
boolean getlastcol()
void setlastcol(boolean value)
boolean gethorizontalbanding()
void sethorizontalbanding(boolean value)
boolean getverticalbanding()
void setverticalbanding(boolean value)
graphicalnodelocking getshapelocking()
boolean isplaceholder()
isplaceholder
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)
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
cell get(int columnindex, int rowindex)
columnindex
- rowindex
-
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 |