Package org.apache.poi.xslf.util
Class BitmapFormat
- java.lang.Object
-
- org.apache.poi.xslf.util.BitmapFormat
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Internal public class BitmapFormat extends Object
-
-
Constructor Summary
Constructors Constructor Description BitmapFormat(String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description Graphics2DaddSlide(double width, double height)voidclose()default voidwriteDocument(org.apache.poi.xslf.util.MFProxy proxy, File outFile)voidwriteSlide(org.apache.poi.xslf.util.MFProxy proxy, File outFile)
-
-
-
Constructor Detail
-
BitmapFormat
public BitmapFormat(String format)
-
-
Method Detail
-
addSlide
public Graphics2D addSlide(double width, double height)
-
writeSlide
public void writeSlide(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
-
writeDocument
public default void writeDocument(org.apache.poi.xslf.util.MFProxy proxy, File outFile) throws IOException
- Throws:
IOException
-
-