public class CsvOptions extends SaveOptions
/// Allows to specify additional options when saving project to CSV.
Constructor and Description |
---|
CsvOptions()
Initializes a new instance of class that can be used to save project in csv format.
|
Modifier and Type | Method and Description |
---|---|
int |
getDataCategory()
DataCategory Data category to be saved. |
Charset |
getEncoding() |
ICondition |
getFilter()
Filter to be appiled to data before saving.
|
boolean |
getIncludeHeaders()
Specifies whether to include headers or not (default value is TRUE).
|
int |
getTextDelimiter()
Text delimiter.
|
void |
setDataCategory(int value) |
void |
setEncoding(Charset value) |
void |
setFilter(ICondition value) |
void |
setIncludeHeaders(boolean value) |
void |
setTextDelimiter(int value) |
getBarStyles, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRollUpGanttBars, getSaveFormat, getStartDate, getTextStyles, getTimescale, getView, setBarStyles, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRollUpGanttBars, setStartDate, setTextStyles, setTimescale, setView
public CsvOptions()
Initializes a new instance of class that can be used to save project in csv format.
public Charset getEncoding()
public void setEncoding(Charset value)
public int getTextDelimiter()
Text delimiter.
public void setTextDelimiter(int value)
public boolean getIncludeHeaders()
Specifies whether to include headers or not (default value is TRUE).
public void setIncludeHeaders(boolean value)
public int getDataCategory()
DataCategory
Data category to be saved.
public void setDataCategory(int value)
public ICondition getFilter()
Filter to be appiled to data before saving.
ICondition
.
public void setFilter(ICondition value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.