public class OutputPNG extends BaseOutputFormat
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONVERT_TO_PNG |
| 构造器和说明 |
|---|
OutputPNG() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
flushWithParentPath(java.io.OutputStream out,
ResultWorkBook result,
java.lang.String parentPath,
java.util.List<java.lang.String> exportedFiles)
将结果报表导出为对应文件(含文件父目录,用于生成多个结果文件)
|
java.lang.String |
getFileSuffix()
文件后缀
|
int |
getFormat()
结果文件标识
|
boolean |
withParentPath()
是否需要文件父目录路径
|
flush, flushWithPram, fromInteger, registerOutputFormat, removeOutputFormat, resultFile, withParampublic static final int CONVERT_TO_PNG
public int getFormat()
OutputFormatProvidergetFormat 在接口中 OutputFormatProvider<ResultWorkBook>getFormat 在类中 BaseOutputFormatpublic java.lang.String getFileSuffix()
OutputFormatProvidergetFileSuffix 在接口中 OutputFormatProvider<ResultWorkBook>getFileSuffix 在类中 BaseOutputFormatpublic boolean withParentPath()
OutputFormatProviderwithParentPath 在接口中 OutputFormatProvider<ResultWorkBook>withParentPath 在类中 BaseOutputFormatpublic void flushWithParentPath(java.io.OutputStream out,
ResultWorkBook result,
java.lang.String parentPath,
java.util.List<java.lang.String> exportedFiles)
throws java.lang.Exception
OutputFormatProviderflushWithParentPath 在接口中 OutputFormatProvider<ResultWorkBook>flushWithParentPath 在类中 BaseOutputFormatjava.lang.Exception