ilistobject-ag凯发旗舰厅



com.spire.xls.core
interface ilistobject


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

getname

java.lang.string getname()
gets or sets name of the list object.
returns:

setname

void setname(java.lang.string value)
gets or sets name of the list object.

getlocation

ixlsrange getlocation()
gets or sets list object's location.
returns:

setlocation

void setlocation(ixlsrange value)
gets or sets list object's location.
parameters:
value -

getcolumns

java.util.list<ilistobjectcolumn> getcolumns()
gets collection of all columns of the list object.
returns:

getindex

int getindex()
gets index of the current list object.
returns:

getbuiltintablestyle

tablebuiltinstyles getbuiltintablestyle()
gets the built-in table style for the specified listobject object.

setbuiltintablestyle

void setbuiltintablestyle(tablebuiltinstyles builtintablestyle)
sets the built-in table style for the specified list object object.

getworksheet

iworksheet getworksheet()
gets parent worksheet object.
returns:

getdisplayname

java.lang.string getdisplayname()
gets or sets list object name.
returns:

setdisplayname

void setdisplayname(java.lang.string value)
gets or sets list object name.
parameters:
value -

gettotalsrowcount

int gettotalsrowcount()
gets number of totals rows.

getdisplaytotalrow

boolean getdisplaytotalrow()
gets a value indicating whether the total row is visible.

setdisplaytotalrow

void setdisplaytotalrow(boolean displaytotalrow)
sets a value indicating whether the total row is visible.

getshowtablestylerowstripes

boolean getshowtablestylerowstripes()
gets a value indicating whether the row stripes should be presented.

setshowtablestylerowstripes

void setshowtablestylerowstripes(boolean showtablestylerowstripes)
sets a value indicating whether the row stripes should be presented.

getshowtablestylecolumnstripes

boolean getshowtablestylecolumnstripes()
gets a value indicating whether the column stripes should be presented.

setshowtablestylecolumnstripes

void setshowtablestylecolumnstripes(boolean showtablestylecolumnstripes)
sets a value indicating whether the column stripes should be presented.

getdisplaylastcolumn

boolean getdisplaylastcolumn()
gets a value indicating whether the last column is presented.

setdisplaylastcolumn

void setdisplaylastcolumn(boolean value)
sets a value indicating whether the last column is presented.

getdisplayfirstcolumn

boolean getdisplayfirstcolumn()
gets a value indicating whether the first column is presented.

setdisplayfirstcolumn

void setdisplayfirstcolumn(boolean value)
sets a value indicating whether the first column is presented.

getdisplayheaderrow

boolean getdisplayheaderrow()

setdisplayheaderrow

void setdisplayheaderrow(boolean value)


网站地图