public interface TextReportConfiguration extends ReportExportConfiguration
JRTextExporter
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_CHARACTER_HEIGHT
Property whose value is used as default state of the
getCharHeight() export configuration setting. |
static String |
PROPERTY_CHARACTER_WIDTH
Property whose value is used as default state of the
getCharWidth() export configuration setting. |
static String |
PROPERTY_PAGE_HEIGHT
Property whose value is used as default state of the
getPageHeightInChars() export configuration setting. |
static String |
PROPERTY_PAGE_WIDTH
Property whose value is used as default state of the
getPageWidthInChars() export configuration setting. |
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
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.
|
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
static final String PROPERTY_CHARACTER_WIDTH
getCharWidth()
export configuration setting.
This property is not set by default.JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_CHARACTER_HEIGHT
getCharHeight()
export configuration setting.
This property is not set by default.JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_PAGE_WIDTH
getPageWidthInChars()
export configuration setting.
This property is not set by default.JRPropertiesUtil
,
Constant Field Valuesstatic final String PROPERTY_PAGE_HEIGHT
getPageHeightInChars()
export configuration setting.
This property is not set by default.JRPropertiesUtil
,
Constant Field ValuesFloat getCharWidth()
PROPERTY_CHARACTER_WIDTH
Float getCharHeight()
PROPERTY_CHARACTER_HEIGHT
Integer getPageWidthInChars()
PROPERTY_PAGE_WIDTH
Integer getPageHeightInChars()
PROPERTY_PAGE_HEIGHT
Copyright © 2016. All rights reserved.