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 |
|---|---|
Float |
getCharHeight()
Returns a float value representing the pixel/character vertical ratio.
|
Float |
getCharWidth()
Returns a float value representing the pixel/character horizontal ratio.
|
Integer |
getPageHeightInChars()
Returns an integer representing the page height in characters.
|
Integer |
getPageWidthInChars()
Returns an integer representing the page width in characters.
|
void |
setCharHeight(Float charHeight) |
void |
setCharWidth(Float charWidth) |
void |
setPageHeightInChars(Integer pageHeightInChars) |
void |
setPageWidthInChars(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 Float getCharWidth()
TextReportConfigurationgetCharWidth in interface TextReportConfigurationTextReportConfiguration.PROPERTY_CHARACTER_WIDTHpublic void setCharWidth(Float charWidth)
public Float getCharHeight()
TextReportConfigurationgetCharHeight in interface TextReportConfigurationTextReportConfiguration.PROPERTY_CHARACTER_HEIGHTpublic void setCharHeight(Float charHeight)
public Integer getPageWidthInChars()
TextReportConfigurationgetPageWidthInChars in interface TextReportConfigurationTextReportConfiguration.PROPERTY_PAGE_WIDTHpublic void setPageWidthInChars(Integer pageWidthInChars)
public Integer getPageHeightInChars()
TextReportConfigurationgetPageHeightInChars in interface TextReportConfigurationTextReportConfiguration.PROPERTY_PAGE_HEIGHTpublic void setPageHeightInChars(Integer pageHeightInChars)
Copyright © 2017. All rights reserved.