|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ilistobject
method summary | |
---|---|
tablebuiltinstyles |
getbuiltintablestyle()
gets the built-in table style for the specified listobject object. |
java.util.list<ilistobjectcolumn> |
getcolumns()
gets collection of all columns of the list object. |
boolean |
getdisplayfirstcolumn()
gets a value indicating whether the first column is presented. |
boolean |
getdisplayheaderrow()
|
boolean |
getdisplaylastcolumn()
gets a value indicating whether the last column is presented. |
java.lang.string |
getdisplayname()
gets or sets list object name. |
boolean |
getdisplaytotalrow()
gets a value indicating whether the total row is visible. |
int |
getindex()
gets index of the current list object. |
ixlsrange |
getlocation()
gets or sets list object's location. |
java.lang.string |
getname()
gets or sets name of the list object. |
boolean |
getshowtablestylecolumnstripes()
gets a value indicating whether the column stripes should be presented. |
boolean |
getshowtablestylerowstripes()
gets a value indicating whether the row stripes should be presented. |
int |
gettotalsrowcount()
gets number of totals rows. |
iworksheet |
getworksheet()
gets parent worksheet object. |
void |
setbuiltintablestyle(tablebuiltinstyles builtintablestyle)
sets the built-in table style for the specified list object object. |
void |
setdisplayfirstcolumn(boolean value)
sets a value indicating whether the first column is presented. |
void |
setdisplayheaderrow(boolean value)
|
void |
setdisplaylastcolumn(boolean value)
sets a value indicating whether the last column is presented. |
void |
setdisplayname(java.lang.string value)
gets or sets list object name. |
void |
setdisplaytotalrow(boolean displaytotalrow)
sets a value indicating whether the total row is visible. |
void |
setlocation(ixlsrange value)
gets or sets list object's location. |
void |
setname(java.lang.string value)
gets or sets name of the list object. |
void |
setshowtablestylecolumnstripes(boolean showtablestylecolumnstripes)
sets a value indicating whether the column stripes should be presented. |
void |
setshowtablestylerowstripes(boolean showtablestylerowstripes)
sets a value indicating whether the row stripes should be presented. |
method detail |
---|
java.lang.string getname()
void setname(java.lang.string value)
ixlsrange getlocation()
void setlocation(ixlsrange value)
value
- java.util.list<ilistobjectcolumn> getcolumns()
int getindex()
tablebuiltinstyles getbuiltintablestyle()
void setbuiltintablestyle(tablebuiltinstyles builtintablestyle)
iworksheet getworksheet()
java.lang.string getdisplayname()
void setdisplayname(java.lang.string value)
value
- int gettotalsrowcount()
boolean getdisplaytotalrow()
void setdisplaytotalrow(boolean displaytotalrow)
boolean getshowtablestylerowstripes()
void setshowtablestylerowstripes(boolean showtablestylerowstripes)
boolean getshowtablestylecolumnstripes()
void setshowtablestylecolumnstripes(boolean showtablestylecolumnstripes)
boolean getdisplaylastcolumn()
void setdisplaylastcolumn(boolean value)
boolean getdisplayfirstcolumn()
void setdisplayfirstcolumn(boolean value)
boolean getdisplayheaderrow()
void setdisplayheaderrow(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |