|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.document.DocumentWriter
public class DocumentWriter
Document storing helper class.
Constructor Summary | |
---|---|
DocumentWriter()
|
Method Summary | |
---|---|
static void |
storeDocument(IDocument document)
Stores document. |
static void |
storeDocument(IDocument document,
java.lang.String URL)
Stores document to the submitted URL. |
static void |
storeDocument(IDocument document,
java.lang.String URL,
com.sun.star.beans.PropertyValue[] properties)
Stores document to the submitted URL. |
static void |
storeDocument(IDocument document,
com.sun.star.io.XOutputStream xOutputStream)
Stores document on the basis of the submitted xOutputStream implementation. |
static void |
storeDocument(IDocument document,
com.sun.star.io.XOutputStream xOutputStream,
com.sun.star.beans.PropertyValue[] properties)
Stores document on the basis of the submitted xOutputStream implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentWriter()
Method Detail |
---|
public static void storeDocument(IDocument document) throws java.io.IOException
document
- document document to be stored
java.io.IOException
- IOException if any error occurspublic static void storeDocument(IDocument document, java.lang.String URL) throws java.io.IOException
document
- document to be storedURL
- URL to be used
java.io.IOException
- if any error occurspublic static void storeDocument(IDocument document, java.lang.String URL, com.sun.star.beans.PropertyValue[] properties) throws java.io.IOException
document
- document to be storedURL
- URL to be usedproperties
- properties for OpenOffice.org
java.io.IOException
- if any error occurspublic static void storeDocument(IDocument document, com.sun.star.io.XOutputStream xOutputStream) throws java.io.IOException
document
- document to be storedxOutputStream
- OpenOffice.org XOutputStream inplementation
java.io.IOException
- if any error occurspublic static void storeDocument(IDocument document, com.sun.star.io.XOutputStream xOutputStream, com.sun.star.beans.PropertyValue[] properties) throws java.io.IOException
document
- document to be storedxOutputStream
- OpenOffice.org XOutputStream inplementationproperties
- properties for OpenOffice.org
java.io.IOException
- if any error occurs
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |