|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.antelmann.ooffice.AbstractOfficeDocument
com.antelmann.ooffice.OODraw
public class OODraw
| Constructor Summary | |
|---|---|
OODraw()
creates a visible blank new drawing |
|
OODraw(boolean hidden)
|
|
OODraw(File file,
Map<?,?> props)
|
|
OODraw(InputStream in,
Map<?,?> props)
loads a drawing (the given stream) into a blank frame along with the given properties |
|
OODraw(URL url,
boolean hidden)
|
|
OODraw(URL url,
Map<?,?> props)
loads a document (the given file) into a blank frame along with the given properties |
|
OODraw(com.sun.star.lang.XComponent component)
|
|
| Method Summary | |
|---|---|
static OODraw |
getActiveDocument()
seeks the currently active document on the desktop (if any) and returns it |
OODocType |
getDocumentType()
|
com.sun.star.lang.XComponent |
getXComponent()
|
static OODraw |
load(File file,
boolean hidden)
|
static OODraw |
load(URL url,
boolean hidden)
|
| Methods inherited from class com.antelmann.ooffice.AbstractOfficeDocument |
|---|
addCloseListener, close, dispatchCommand, dispatchCommand, dispatchCommand, dispatchCommand, dispose, exportAsHTMLString, exportAsString, exportFormat, exportHTML, exportPDF, exportToHTML, exportToPDF, formatText, formatText, formatText, formatText, getController, getDocumentProperties, getFile, getFont, getHtmlFormat, getPdfFormat, getXFrame, print, print, print, print, print, query, save, setComponentVisible, setEnableComponent, setEnableFrame, setFrameVisible, setPageOrientation, setPropertyValue, storeTo, storeTo, storeTo, storeTo, storeTo, undo, updateAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OODraw(com.sun.star.lang.XComponent component)
public OODraw()
throws OfficeException
OfficeException
public OODraw(boolean hidden)
throws OfficeException
OfficeException
public OODraw(URL url,
boolean hidden)
throws OfficeException,
IOException
OfficeException
IOException
public OODraw(InputStream in,
Map<?,?> props)
throws OfficeException,
IOException
OfficeException
IOException
public OODraw(File file,
Map<?,?> props)
throws OfficeException,
IOException
OfficeException
IOException
public OODraw(URL url,
Map<?,?> props)
throws OfficeException,
IOException
OfficeException
IOException| Method Detail |
|---|
public static OODraw getActiveDocument()
throws OfficeException
OfficeException
public static OODraw load(File file,
boolean hidden)
throws OfficeException,
IOException
OfficeException
IOException
public static OODraw load(URL url,
boolean hidden)
throws OfficeException,
IOException
OfficeException
IOExceptionpublic OODocType getDocumentType()
public com.sun.star.lang.XComponent getXComponent()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||