Class 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.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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SVGFormat

        public SVGFormat​(boolean textAsShapes)
    • 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 interface java.lang.AutoCloseable
        Specified by:
        close in interface java.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