datatable-ag凯发旗舰厅



com.spire.pdf.tables.table
class datatable

java.lang.object
  extended by com.spire.pdf.tables.table.datatable

deprecated.
@deprecated
public class datatable
extends java.lang.object

represents a table for pdf document . replaced by com.spire.data.table.datatable.

see also:
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

datatable

@deprecated
public datatable()
deprecated. 
replaced by com.spire.data.table.datatable.
method detail

isreadonly

public boolean isreadonly()
deprecated. 

setreadonly

public void setreadonly(boolean readonly)
deprecated. 

setentityrows

public void setentityrows(java.util.list rows)
deprecated. 

gettablename

public java.lang.string gettablename()
deprecated. 

settablename

public void settablename(java.lang.string tablename)
deprecated. 

getrows

public datarowcollection getrows()
deprecated. 

setrows

public void setrows(datarowcollection rows)
deprecated. 

getcolumns

public datacolumncollection getcolumns()
deprecated. 

setcolumns

public void setcolumns(datacolumncollection columns)
deprecated. 

newrow

public datarow newrow()
deprecated. 
create a new row
returns:
new row


网站地图