|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class is a subclass of ProcessReportAPI specifically for creating an output in the ASCII text format.
| Fields inherited from interface net.windward.xmlreport.ProcessReportAPI |
CHARSET_DEFAULT, CHARSET_RTF, CHARSET_UNICODE, LOCALE_DEFAULT, LOCALE_SYSTEM, TYP_DOCX, TYP_EXCEL_ML, TYP_HTML, TYP_PDF, TYP_RTF, TYP_TXT, TYP_WORD_ML, TYP_XLS, TYP_XLSX |
| Method Summary | |
java.lang.String |
getFont()
Get the font used when formatting txt output. |
int |
getFontSize()
Get the font size used when formatting txt output. |
int |
getReportType()
Get the report format of the output stream. |
boolean |
isBreakPage()
Returns true if a Ctrl-L is in the report for each page break. |
boolean |
isShowHeaders()
Returns true if the header and footers are printed in the report. |
boolean |
isUseMargins()
If true, then the left page margin will be included in the output, creating leading spaces for each line. |
void |
setBreakPage(boolean breakPage)
Set true if a Ctrl-L is in the report for each page break. |
void |
setFont(java.lang.String font)
Set the font used when formatting txt output. |
void |
setFontSize(int twips)
Set the font size used when formatting txt output. |
void |
setShowHeaders(boolean showHeaders)
Set if the header and footers are printed in the report. |
void |
setUseMargins(boolean useThem)
If true, then the left page margin will be included in the output, creating leading spaces for each line. |
| Methods inherited from interface net.windward.xmlreport.ProcessReportAPI |
setChartProvider |
| Methods inherited from interface net.windward.xmlreport.ProcessReportAPIBase |
addBean, close, duplicate, getBaseDirectory, getCharset, getInfo, getKeywords, getLocale, getNumPages, getReport, getSubject, getTitle, isDebugMode, process, processComplete, processData, processSetup, processSetup, setBaseDirectory, setCharset, setDebugMode, setKeywords, setLocale, setSubject, setTitle |
| Method Detail |
public int getReportType()
getReportType in interface ProcessReportAPIBasepublic boolean isUseMargins()
public void setUseMargins(boolean useThem)
useThem - Set to true to include the page margins, false otherwise.public boolean isShowHeaders()
public void setShowHeaders(boolean showHeaders)
showHeaders - true if the headers and footers are printed in the final report.public boolean isBreakPage()
public void setBreakPage(boolean breakPage)
breakPage - true if a Ctrl-L is in the report for each page break.public java.lang.String getFont()
public void setFont(java.lang.String font)
font - The name of the font used to format txt output.public int getFontSize()
public void setFontSize(int twips)
twips - The size of the font used to format txt output in twips.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||