org.jopendocument.model.office
Class OfficeSpreadsheet

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

public class OfficeSpreadsheet
extends Object


Constructor Summary
OfficeSpreadsheet()
           
 
Method Summary
 void addTable(TableTable table)
           
 OfficeBody getBody()
           
 List<TableTable> getTables()
           
 void setBody(OfficeBody body2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 List<TableTable> getTables()

setBody

public void setBody(OfficeBody body2)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.