public class CSVDocument extends Document
Constructor and Description |
---|
CSVDocument() |
CSVDocument(String name)
Create a CSV (Comma Separated Values) Document..
|
CSVDocument(String path,
String name)
Create a CSV (Comma Separated Values) Document.
|
Modifier and Type | Method and Description |
---|---|
void |
generateFile()
Generate a PDF file with the contents of the Body object defined.
|
void |
generateFile(OutputStream out)
Generate a PDF file with the contents of the Body object defined and
OutputStream.
|
Tag |
getTable() |
void |
setTable(Tag table) |
public CSVDocument()
public CSVDocument(String name)
name
- The name without the extencion ".csv".public void generateFile(OutputStream out) throws IOException
IOException
public void generateFile() throws IOException
IOException
public void setTable(Tag table)
table
- The table to set.public Tag getTable()
Copyright © 2015. All rights reserved.