public class ReportTask.HTMLFormatterElement extends Object
| Constructor and Description |
|---|
HTMLFormatterElement() |
| Modifier and Type | Method and Description |
|---|---|
IReportVisitor |
createVisitor() |
void |
setDestdir(File destdir)
Sets the output directory for the report.
|
void |
setDestfile(File destfile)
Sets the Zip output file for the report.
|
void |
setEncoding(String encoding)
Sets the output encoding for generated HTML files.
|
void |
setFooter(String text)
Sets an optional footer text that will be displayed on every report
page.
|
void |
setLocale(String locale)
Sets the locale for generated text output.
|
public void setDestdir(File destdir)
destdir - output directorypublic void setDestfile(File destfile)
destfile - Zip output filepublic void setFooter(String text)
text - footer textpublic void setEncoding(String encoding)
encoding - output encodingpublic void setLocale(String locale)
locale - text localepublic IReportVisitor createVisitor() throws IOException
IOExceptionCopyright © 2024. All rights reserved.