public class PrimaveraXmlSaveOptions extends SaveOptions
Allows to specify additional options when saving project to Primavera xml format.
Constructor and Description |
---|
PrimaveraXmlSaveOptions()
Initializes a new instance of the
PrimaveraXmlSaveOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getSaveRootTask()
Gets a value indicating whether to save a root task or not.
|
void |
setSaveRootTask(boolean value)
Sets a value indicating whether to save a root task or not.
|
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 PrimaveraXmlSaveOptions()
Initializes a new instance of the PrimaveraXmlSaveOptions
class.
public final boolean getSaveRootTask()
Gets a value indicating whether to save a root task or not.
public final void setSaveRootTask(boolean value)
Sets a value indicating whether to save a root task or not.
value
- a value indicating whether to save a root task or not.