public class CsvOptions extends SaveOptions
Allows to specify additional options when saving project to CSV.
Constructor and Description |
---|
CsvOptions()
Initializes a new instance of the
CsvOptions class which can be used to save project in CSV format. |
Modifier and Type | Method and Description |
---|---|
int |
getDataCategory()
Gets a data category to be saved.
|
Charset |
getEncoding()
Gets an encoding to save CSV with.
|
boolean |
getIncludeHeaders()
Gets a value indicating whether to include headers or not (default value is TRUE).
|
int |
getTextDelimiter()
Gets a text delimiter.
|
void |
setDataCategory(int value)
Sets a data category to be saved.
|
void |
setEncoding(Charset value)
Sets an encoding to save CSV with.
|
void |
setIncludeHeaders(boolean value)
Sets a value indicating whether to include headers or not (default value is TRUE).
|
void |
setTextDelimiter(int value)
Sets a text delimiter.
|
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getShowProjectSummaryTask, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getTimescaleTier, getUseGradientBrush, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setShowProjectSummaryTask, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setTimescaleTier, setUseGradientBrush, setView
public CsvOptions()
Initializes a new instance of the CsvOptions
class which can be used to save project in CSV format.
public final int getDataCategory()
Gets a data category to be saved.
public final void setDataCategory(int value)
Sets a data category to be saved.
value
- a data category to be saved.public final Charset getEncoding()
Gets an encoding to save CSV with.
public final void setEncoding(Charset value)
Sets an encoding to save CSV with.
value
- an encoding to save CSV with.public final boolean getIncludeHeaders()
Gets a value indicating whether to include headers or not (default value is TRUE).
public final void setIncludeHeaders(boolean value)
Sets a value indicating whether to include headers or not (default value is TRUE).
value
- a value indicating whether to include headers or not (default value is TRUE).public final int getTextDelimiter()
Gets a text delimiter.
public final void setTextDelimiter(int value)
Sets a text delimiter.
value
- a text delimiter.