Package org.apache.poi.xslf.util
Class BitmapFormat
- java.lang.Object
-
- org.apache.poi.xslf.util.BitmapFormat
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
@Internal public class BitmapFormat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BitmapFormat(java.lang.String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description java.awt.Graphics2D
addSlide(double width, double height)
void
close()
default void
writeDocument(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile)
void
writeSlide(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile)
-
-
-
Method Detail
-
addSlide
public java.awt.Graphics2D addSlide(double width, double height)
-
writeSlide
public void writeSlide(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile) throws java.io.IOException
- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
writeDocument
public default void writeDocument(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile) throws java.io.IOException
- Throws:
java.io.IOException
-
-