Package net.sf.jasperreports.export
Interface CsvMetadataExporterConfiguration
-
- All Superinterfaces:
CommonExportConfiguration
,CsvExporterConfiguration
,ExporterConfiguration
- All Known Implementing Classes:
SimpleCsvMetadataExporterConfiguration
public interface CsvMetadataExporterConfiguration extends CsvExporterConfiguration
Interface containing settings used by the metadata based CSV exporter.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
JRCsvMetadataExporter
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS
-
Fields inherited from interface net.sf.jasperreports.export.CsvExporterConfiguration
PROPERTY_ESCAPE_FORMULA, PROPERTY_FIELD_DELIMITER, PROPERTY_FIELD_ENCLOSURE, PROPERTY_FORCE_FIELD_ENCLOSURE, PROPERTY_RECORD_DELIMITER, PROPERTY_WRITE_BOM
-
-
Method Summary
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Methods inherited from interface net.sf.jasperreports.export.CsvExporterConfiguration
getEscapeFormula, getFieldDelimiter, getFieldEnclosure, getForceFieldEnclosure, getRecordDelimiter, isWriteBOM
-
-