Holger's
Java API

Uses of Class
com.antelmann.ooffice.OOWriter

Packages that use OOWriter
com.antelmann.ooffice The classes in this package are to be used in conjunction with OpenOffice. 
 

Uses of OOWriter in com.antelmann.ooffice
 

Methods in com.antelmann.ooffice that return OOWriter
 OOWriter OOWriter.append(char c)
           
 OOWriter OOWriter.append(CharSequence csq)
           
 OOWriter OOWriter.append(CharSequence csq, int start, int end)
           
static OOWriter OOWriter.getActiveDocument()
          seeks the currently active document on the desktop (if any) and returns it
 OOWriter OOTableWriter.getOOWriter()
           
 OOWriter OfficeComponent.getWriter()
          a convenience method that accesses the embedded office component as an OOWriter instance; this only works if indeed a Writer document was previously loaded
static OOWriter OOWriter.open(File file)
          opens a document for editing
static OOWriter OOWriter.open(File file, boolean hidden)
          opens a document for editing
static OOWriter OOWriter.open(File file, boolean readOnly, boolean previewMode)
          opens a document with the specified options
static OOWriter OOWriter.openReadOnly(File file)
          opens a document in read-only mode
 OOWriter OOTableWriter.unwrap()
           
 

Methods in com.antelmann.ooffice with parameters of type OOWriter
 Cell Cell.Location.toCell(OOWriter writer)
           
 

Constructors in com.antelmann.ooffice with parameters of type OOWriter
OOTableWriter(OOWriter doc)
           
 



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