public class SimpleTextReportConfiguration extends SimpleReportExportConfiguration implements TextReportConfiguration
PROPERTY_CHARACTER_HEIGHT, PROPERTY_CHARACTER_WIDTH, PROPERTY_PAGE_HEIGHT, PROPERTY_PAGE_WIDTH
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_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, setStartPageIndex
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
public Float getCharWidth()
TextReportConfiguration
getCharWidth
in interface TextReportConfiguration
TextReportConfiguration.PROPERTY_CHARACTER_WIDTH
public void setCharWidth(Float charWidth)
public Float getCharHeight()
TextReportConfiguration
getCharHeight
in interface TextReportConfiguration
TextReportConfiguration.PROPERTY_CHARACTER_HEIGHT
public void setCharHeight(Float charHeight)
public Integer getPageWidthInChars()
TextReportConfiguration
getPageWidthInChars
in interface TextReportConfiguration
TextReportConfiguration.PROPERTY_PAGE_WIDTH
public void setPageWidthInChars(Integer pageWidthInChars)
public Integer getPageHeightInChars()
TextReportConfiguration
getPageHeightInChars
in interface TextReportConfiguration
TextReportConfiguration.PROPERTY_PAGE_HEIGHT
public void setPageHeightInChars(Integer pageHeightInChars)
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.