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, withParam
public static final int CONVERT_TO_PNG
public int getFormat()
OutputFormatProvider
getFormat
在接口中 OutputFormatProvider<ResultWorkBook>
getFormat
在类中 BaseOutputFormat
public java.lang.String getFileSuffix()
OutputFormatProvider
getFileSuffix
在接口中 OutputFormatProvider<ResultWorkBook>
getFileSuffix
在类中 BaseOutputFormat
public boolean withParentPath()
OutputFormatProvider
withParentPath
在接口中 OutputFormatProvider<ResultWorkBook>
withParentPath
在类中 BaseOutputFormat
public void flushWithParentPath(java.io.OutputStream out, ResultWorkBook result, java.lang.String parentPath, java.util.List<java.lang.String> exportedFiles) throws java.lang.Exception
OutputFormatProvider
flushWithParentPath
在接口中 OutputFormatProvider<ResultWorkBook>
flushWithParentPath
在类中 BaseOutputFormat
java.lang.Exception