Holger's
Java API

Uses of Class
com.antelmann.ooffice.OODocType

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

Uses of OODocType in com.antelmann.ooffice
 

Methods in com.antelmann.ooffice that return OODocType
 OODocType OOWriter.getDocumentType()
           
 OODocType OODraw.getDocumentType()
           
 OODocType OOCalc.getDocumentType()
           
 OODocType OfficeDocument.getDocumentType()
           
static OODocType OODocType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OODocType[] OODocType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.antelmann.ooffice with parameters of type OODocType
 void OfficeComponent.loadNewDocument(OODocType type)
           
 void OfficeComponent.loadNewDocument(OODocType type, Map<?,?> props)
           
 



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