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_MARGINSPROPERTY_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, getStartPageIndexisOverrideHintsstatic 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_WIDTHFloat getCharHeight()
PROPERTY_CHARACTER_HEIGHTInteger getPageWidthInChars()
PROPERTY_PAGE_WIDTHInteger getPageHeightInChars()
PROPERTY_PAGE_HEIGHTCopyright © 2017. All rights reserved.