Package org.apache.poi.xslf.util
Class PDFFormat
- java.lang.Object
-
- org.apache.poi.xslf.util.PDFFormat
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Internal public class PDFFormat extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Graphics2DaddSlide(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)
-
-
-
Method Detail
-
addSlide
public Graphics2D addSlide(double width, double height) throws IOException
- Throws:
IOException
-
writeSlide
public void writeSlide(org.apache.poi.xslf.util.MFProxy proxy, File outFile) throws IOException
- Throws:
IOException
-
writeDocument
public void writeDocument(org.apache.poi.xslf.util.MFProxy proxy, File outFile) throws IOException
- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-