public class SimpleCsvMetadataReportConfiguration extends SimpleCsvReportConfiguration implements CsvMetadataReportConfiguration
PROPERTY_COLUMN_NAMES_PREFIX, PROPERTY_WRITE_HEADER
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_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, setStartPageIndex
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
public SimpleCsvMetadataReportConfiguration()
public Boolean isWriteHeader()
CsvMetadataReportConfiguration
isWriteHeader
in interface CsvMetadataReportConfiguration
CsvMetadataReportConfiguration.PROPERTY_WRITE_HEADER
public void setWriteHeader(Boolean isWriteHeader)
public String[] getColumnNames()
CsvMetadataReportConfiguration
NOTE: 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 CsvMetadataReportConfiguration
CsvMetadataReportConfiguration.PROPERTY_COLUMN_NAMES_PREFIX
public void setColumnNames(String[] columnNames)
Copyright © 2017. All rights reserved.