@Internal public class PDFFormat extends java.lang.Object
Constructor and Description |
---|
PDFFormat(boolean textAsShapes,
java.lang.String fontDir,
java.lang.String fontTtf) |
Modifier and Type | Method and Description |
---|---|
java.awt.Graphics2D |
addSlide(double width,
double height) |
void |
close() |
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) |
public PDFFormat(boolean textAsShapes, java.lang.String fontDir, java.lang.String fontTtf)
public java.awt.Graphics2D addSlide(double width, double height) throws java.io.IOException
java.io.IOException
public void writeSlide(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile) throws java.io.IOException
java.io.IOException
public void writeDocument(org.apache.poi.xslf.util.MFProxy proxy, java.io.File outFile) throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.