Package net.sf.jasperreports.export
Interface TextReportConfiguration
- All Superinterfaces:
CommonExportConfiguration,ReportExportConfiguration
- All Known Implementing Classes:
SimpleTextReportConfiguration
Interface containing settings used by the pure text exporter.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty whose value is used as default state of thegetCharHeight()export configuration setting.static final StringProperty whose value is used as default state of thegetCharWidth()export configuration setting.static final StringProperty whose value is used as default state of thegetPageHeightInChars()export configuration setting.static final StringProperty whose value is used as default state of thegetPageWidthInChars()export configuration setting.Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS -
Method Summary
Modifier and TypeMethodDescriptionReturns a float value representing the pixel/character vertical ratio.Returns a float value representing the pixel/character horizontal ratio.Returns an integer representing the page height in characters.Returns an integer representing the page width in characters.Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHintsMethods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Field Details
-
PROPERTY_CHARACTER_WIDTH
Property whose value is used as default state of thegetCharWidth()export configuration setting. This property is not set by default.- See Also:
-
PROPERTY_CHARACTER_HEIGHT
Property whose value is used as default state of thegetCharHeight()export configuration setting. This property is not set by default.- See Also:
-
PROPERTY_PAGE_WIDTH
Property whose value is used as default state of thegetPageWidthInChars()export configuration setting. This property is not set by default.- See Also:
-
PROPERTY_PAGE_HEIGHT
Property whose value is used as default state of thegetPageHeightInChars()export configuration setting. This property is not set by default.- See Also:
-
-
Method Details
-
getCharWidth
Float getCharWidth()Returns a float value representing the pixel/character horizontal ratio.- See Also:
-
getCharHeight
Float getCharHeight()Returns a float value representing the pixel/character vertical ratio.- See Also:
-
getPageWidthInChars
Integer getPageWidthInChars()Returns an integer representing the page width in characters.- See Also:
-
getPageHeightInChars
Integer getPageHeightInChars()Returns an integer representing the page height in characters.- See Also:
-