|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.tables.table.datatable
@deprecated public class datatable
represents a table for pdf document .
replaced by com.spire.data.table.datatable.
datatable
constructor summary | |
---|---|
datatable()
deprecated. |
method summary | |
---|---|
datacolumncollection |
getcolumns()
deprecated. |
datarowcollection |
getrows()
deprecated. |
java.lang.string |
gettablename()
deprecated. |
boolean |
isreadonly()
deprecated. |
datarow |
newrow()
deprecated. create a new row |
void |
setcolumns(datacolumncollection columns)
deprecated. |
void |
setentityrows(java.util.list rows)
deprecated. |
void |
setreadonly(boolean readonly)
deprecated. |
void |
setrows(datarowcollection rows)
deprecated. |
void |
settablename(java.lang.string tablename)
deprecated. |
constructor detail |
---|
@deprecated public datatable()
com.spire.data.table.datatable.
method detail |
---|
public boolean isreadonly()
public void setreadonly(boolean readonly)
public void setentityrows(java.util.list rows)
public java.lang.string gettablename()
public void settablename(java.lang.string tablename)
public datarowcollection getrows()
public void setrows(datarowcollection rows)
public datacolumncollection getcolumns()
public void setcolumns(datacolumncollection columns)
public datarow newrow()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |