public class SimpleTextReportConfiguration extends SimpleReportExportConfiguration implements TextReportConfiguration
PROPERTY_CHARACTER_HEIGHT, PROPERTY_CHARACTER_WIDTH, PROPERTY_PAGE_HEIGHT, PROPERTY_PAGE_WIDTHPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleTextReportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getCharHeight()
Returns a float value representing the pixel/character vertical ratio.
|
java.lang.Float |
getCharWidth()
Returns a float value representing the pixel/character horizontal ratio.
|
java.lang.Integer |
getPageHeightInChars()
Returns an integer representing the page height in characters.
|
java.lang.Integer |
getPageWidthInChars()
Returns an integer representing the page width in characters.
|
void |
setCharHeight(java.lang.Float charHeight) |
void |
setCharWidth(java.lang.Float charWidth) |
void |
setPageHeightInChars(java.lang.Integer pageHeightInChars) |
void |
setPageWidthInChars(java.lang.Integer pageWidthInChars) |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexisOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintspublic java.lang.Float getCharWidth()
TextReportConfigurationgetCharWidth in interface TextReportConfigurationTextReportConfiguration.PROPERTY_CHARACTER_WIDTHpublic void setCharWidth(java.lang.Float charWidth)
public java.lang.Float getCharHeight()
TextReportConfigurationgetCharHeight in interface TextReportConfigurationTextReportConfiguration.PROPERTY_CHARACTER_HEIGHTpublic void setCharHeight(java.lang.Float charHeight)
public java.lang.Integer getPageWidthInChars()
TextReportConfigurationgetPageWidthInChars in interface TextReportConfigurationTextReportConfiguration.PROPERTY_PAGE_WIDTHpublic void setPageWidthInChars(java.lang.Integer pageWidthInChars)
public java.lang.Integer getPageHeightInChars()
TextReportConfigurationgetPageHeightInChars in interface TextReportConfigurationTextReportConfiguration.PROPERTY_PAGE_HEIGHTpublic void setPageHeightInChars(java.lang.Integer pageHeightInChars)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com