public class OutputPDF extends BaseOutputFormat
限定符和类型 | 字段和说明 |
---|---|
static int |
CONVERT_TO_PDF |
构造器和说明 |
---|
OutputPDF() |
限定符和类型 | 方法和说明 |
---|---|
void |
flush(java.io.OutputStream out,
ResultWorkBook result)
将结果报表导出为对应文件
|
java.lang.String |
getFileSuffix()
文件后缀
|
int |
getFormat()
结果文件标识
|
flushWithParentPath, flushWithPram, fromInteger, registerOutputFormat, removeOutputFormat, resultFile, withParam, withParentPath
public static final int CONVERT_TO_PDF
public int getFormat()
OutputFormatProvider
getFormat
在接口中 OutputFormatProvider<ResultWorkBook>
getFormat
在类中 BaseOutputFormat
public java.lang.String getFileSuffix()
OutputFormatProvider
getFileSuffix
在接口中 OutputFormatProvider<ResultWorkBook>
getFileSuffix
在类中 BaseOutputFormat
public void flush(java.io.OutputStream out, ResultWorkBook result) throws java.lang.Exception
OutputFormatProvider
flush
在接口中 OutputFormatProvider<ResultWorkBook>
flush
在类中 BaseOutputFormat
java.lang.Exception