public class CSVOptions extends Object implements ExporterOptions
Modifier and Type | Field and Description |
---|---|
static CSVOptions |
EXCEL |
static CSVOptions |
EXCEL_NORTHERN_EUROPE |
static CSVOptions |
STANDARD |
static CSVOptions |
TABS |
Constructor and Description |
---|
CSVOptions(char quoteChar,
char delimiterChar,
String endOfLineSymbols) |
Modifier and Type | Method and Description |
---|---|
String |
getCellFontColor() |
String |
getCellFontSize() |
String |
getCellFontStyle() |
char |
getDelimiterChar() |
String |
getDoubleQuoteString() |
String |
getEndOfLineSymbols() |
String |
getFacetBgColor() |
String |
getFacetFontColor() |
String |
getFacetFontSize() |
String |
getFacetFontStyle() |
char |
getQuoteChar() |
String |
getQuoteString() |
public static final CSVOptions STANDARD
public static final CSVOptions EXCEL
public static final CSVOptions EXCEL_NORTHERN_EUROPE
public static final CSVOptions TABS
public CSVOptions(char quoteChar, char delimiterChar, String endOfLineSymbols)
public char getQuoteChar()
public char getDelimiterChar()
public String getEndOfLineSymbols()
public String getQuoteString()
public String getDoubleQuoteString()
public String getFacetFontStyle()
getFacetFontStyle
in interface ExporterOptions
public String getFacetFontColor()
getFacetFontColor
in interface ExporterOptions
public String getFacetBgColor()
getFacetBgColor
in interface ExporterOptions
public String getFacetFontSize()
getFacetFontSize
in interface ExporterOptions
public String getCellFontStyle()
getCellFontStyle
in interface ExporterOptions
public String getCellFontColor()
getCellFontColor
in interface ExporterOptions
public String getCellFontSize()
getCellFontSize
in interface ExporterOptions
Copyright © 2019. All rights reserved.