Package org.apache.poi.xslf.util
Class SVGFormat
- java.lang.Object
-
- org.apache.poi.xslf.util.SVGFormat
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
@Internal public class SVGFormat extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SVGFormat(boolean textAsShapes)
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description java.awt.Graphics2DaddSlide(double width, double height)voidclose()default voidwriteDocument(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile)voidwriteSlide(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:
closein interfacejava.lang.AutoCloseable- Specified by:
closein 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
-
-