Holger's
Java API

Package com.antelmann.ooffice

The classes in this package are to be used in conjunction with OpenOffice.

See:
          Description

Interface Summary
OfficeDocument  
 

Class Summary
AbstractOfficeDocument the base class for all OpenOffice document frames
Cell wrapper around com.sun.star.table.XCell to avoid having to compile with office classes.
Cell.Location represents an immutable cell location in a spreadsheet or a writer document
CellBorder allows to specify the border of a cell in a spreadsheet.
CellBorder.Type  
OfficeComponent allows to easily embed OpenOffice documents into other swing components.
OfficeConnector provides methods to setup the context for OpenOffice connections for all other classes in this package.
OfficeElementTreeNode  
OfficeUtils general utilities for OpenOffice
OOCalc simplifies handling of OpenOffice spreadsheets This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
OODraw  
OOInputStream a bridge from java.io.InputStream to XInputStream, which - in reality - must also implement XSeekable.
OOLoaderHelper this class does not have any dependencies on OpenOffice libraries, so it can safely be used before a ClassLoader has the required context
OOOutputStream a bridge from java.io.OutputStream to XOutputStream
OOTableWriter provides easy to use table-related functionality for TextFrames This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
OOWriter simplifies the handling of OpenOffice Writer documents This class implements ThirdParty for its use of OpenOffice libraries; see www.openoffice.org
XPropertyTableModel a table model to conveniently deal with com.sun.star.beans.XPropertySet
 

Enum Summary
AnchorType specifies the anchor type for inserted objects like images
Cell.Format used to format a cell value in OOCalc
CharacterFormat specifies the character format for office documents
OfficeUtils.TargetFrame  
OODocType supported OpenOffice document types
PageOrientation  
ParagraphAlignment defines the adjustment of paragraphs
Underline specifies a format for text
 

Exception Summary
OfficeException indicates a problem while interacting with the OpenOffice environment, wrapping various other exceptions that may occur (to ease the handling)
 

Package com.antelmann.ooffice Description

The classes in this package are to be used in conjunction with OpenOffice.

The package therefore requires OpenOffice libraries to be found in the classpath.



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads