public class SimpleCsvMetadataReportConfiguration extends SimpleCsvReportConfiguration implements CsvMetadataReportConfiguration
PROPERTY_COLUMN_NAMES_PREFIX, PROPERTY_WRITE_HEADERPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleCsvMetadataReportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns an array of strings representing the comma-separated names of the columns that should be exported.
|
Boolean |
isWriteHeader()
Returns a boolean that specifies whether the export header (the column names) should be written or not.
|
void |
setColumnNames(String[] columnNames) |
void |
setWriteHeader(Boolean isWriteHeader) |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexisOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintspublic SimpleCsvMetadataReportConfiguration()
public Boolean isWriteHeader()
CsvMetadataReportConfigurationisWriteHeader in interface CsvMetadataReportConfigurationCsvMetadataReportConfiguration.PROPERTY_WRITE_HEADERpublic void setWriteHeader(Boolean isWriteHeader)
public String[] getColumnNames()
CsvMetadataReportConfigurationNOTE: The order of the columns is important and, for accurate results, they should be in the same order as the original columns.
getColumnNames in interface CsvMetadataReportConfigurationCsvMetadataReportConfiguration.PROPERTY_COLUMN_NAMES_PREFIXpublic void setColumnNames(String[] columnNames)
Copyright © 2017. All rights reserved.