|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.JRExporterParameter
net.sf.jasperreports.engine.export.JRTextExporterParameter
Contains parameters useful for export in plain text format.
The text exporter can send data to a string buffer, output stream, character stream or file on disk. The engine looks among the export parameters in order to find the selected output type in this order: OUTPUT_STRING_BUFFER, OUTPUT_WRITER, OUTPUT_STREAM, OUTPUT_FILE, OUTPUT_FILE_NAME.
Field Summary | |
static JRTextExporterParameter |
BETWEEN_PAGES_TEXT
A string representing text that will be inserted between pages of the generated report. |
static JRTextExporterParameter |
CHARACTER_HEIGHT
An integer representing the pixel/character horizontal ratio. |
static JRTextExporterParameter |
CHARACTER_WIDTH
An integer representing the pixel/character horizontal ratio. |
static JRTextExporterParameter |
PAGE_HEIGHT
An integer representing the page height in characters. |
static JRTextExporterParameter |
PAGE_WIDTH
An integer representing the page width in characters. |
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter |
CHARACTER_ENCODING, END_PAGE_INDEX, FONT_MAP, INPUT_FILE, INPUT_FILE_NAME, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PROGRESS_MONITOR, START_PAGE_INDEX |
Constructor Summary | |
JRTextExporterParameter(java.lang.String name)
|
Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final JRTextExporterParameter CHARACTER_WIDTH
public static final JRTextExporterParameter CHARACTER_HEIGHT
public static final JRTextExporterParameter PAGE_WIDTH
public static final JRTextExporterParameter PAGE_HEIGHT
public static final JRTextExporterParameter BETWEEN_PAGES_TEXT
Constructor Detail |
public JRTextExporterParameter(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |