tw.idv.imacat.calcmosaic
Class Office

java.lang.Object
  extended by tw.idv.imacat.calcmosaic.Office

public class Office
extends java.lang.Object

An OpenOffice instance.

Version:
0.1.0
Author:
imacat

Constructor Summary
Office()
          Creates a new instance of Office.
 
Method Summary
 SpreadsheetDocument startNewSpreadsheetDocument()
          Starts a new spreadsheet document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Office

public Office()
       throws com.sun.star.comp.helper.BootstrapException
Creates a new instance of Office.

Throws:
com.sun.star.comp.helper.BootstrapException - if fails to create the initial component context
Method Detail

startNewSpreadsheetDocument

public SpreadsheetDocument startNewSpreadsheetDocument()
Starts a new spreadsheet document.

Returns:
the new spreadsheet document