Package com.storedobject.office.od
Class Office
java.lang.Object
com.storedobject.office.od.Office
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
close
(com.sun.star.lang.XComponent store) static void
convertToPDF
(InputStream in, OutputStream out, PDFProperties pdfProperties) static com.sun.star.lang.XComponent
static com.sun.star.lang.XComponent
static Office
get()
static com.sun.star.lang.XComponent
open
(InputStream in) static void
reset()
static void
write
(com.sun.star.lang.XComponent store, OutputStream out, PDFProperties pdfProperties)
-
Method Details
-
get
-
reset
public static void reset() -
createODS
-
createODT
-
open
- Throws:
Exception
-
close
public static void close(com.sun.star.lang.XComponent store) -
write
public static void write(com.sun.star.lang.XComponent store, OutputStream out, PDFProperties pdfProperties) throws Exception - Throws:
Exception
-
convertToPDF
public static void convertToPDF(InputStream in, OutputStream out, PDFProperties pdfProperties) throws Exception - Throws:
Exception
-