org.jopendocument.model.office
Class OfficeSpreadsheet

java.lang.Object
  extended by org.jopendocument.model.office.OfficeSpreadsheet

public class OfficeSpreadsheet
extends java.lang.Object


Constructor Summary
OfficeSpreadsheet()
           
 
Method Summary
 void addTable(TableTable table)
           
 OfficeBody getBody()
           
 java.util.List<TableTable> getTables()
           
 void setBody(OfficeBody body2)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfficeSpreadsheet

public OfficeSpreadsheet()
Method Detail

addTable

public void addTable(TableTable table)

getBody

public OfficeBody getBody()

getTables

public java.util.List<TableTable> getTables()

setBody

public void setBody(OfficeBody body2)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object