Package org.apache.poi.xslf.util
Class PDFFormat
java.lang.Object
org.apache.poi.xslf.util.PDFFormat
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSlide(double width, double height) voidclose()voidwriteDocument(org.apache.poi.xslf.util.MFProxy proxy, File outFile) voidwriteSlide(org.apache.poi.xslf.util.MFProxy proxy, File outFile)
-
Constructor Details
-
PDFFormat
-
-
Method Details
-
addSlide
- Throws:
IOException
-
writeSlide
- Throws:
IOException
-
writeDocument
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-