Package com.storedobject.office.od
Class Office
java.lang.Object
com.storedobject.office.od.Office
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidclose(com.sun.star.lang.XComponent store) static voidconvertToPDF(InputStream in, OutputStream out, PDFProperties pdfProperties) static com.sun.star.lang.XComponentstatic com.sun.star.lang.XComponentstatic Officeget()static com.sun.star.lang.XComponentopen(InputStream in) static voidreset()static voidwrite(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
-