Package com.aspose.tasks
Class PrimaveraXmlSaveOptions
- java.lang.Object
-
- com.aspose.tasks.SaveOptions
-
- com.aspose.tasks.PrimaveraXmlSaveOptions
-
public class PrimaveraXmlSaveOptions extends SaveOptions
Allows to specify additional options when saving project to Primavera xml format.
-
-
Constructor Summary
Constructors Constructor Description PrimaveraXmlSaveOptions()
Initializes a new instance of thePrimaveraXmlSaveOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.aspose.tasks.SaveOptions
getBarStyles, getCustomPageSize, getDrawNonWorkingTime, getEndDate, getFitContent, getGridlines, getLegendOnEachPage, getMarkCriticalTasks, getNonWorkingTimeColor, getPageCount, getPageSize, getPresentationFormat, getRenderToSinglePage, getRollUpGanttBars, getSaveFormat, getStartDate, getTasksComparer, getTasksFilter, getTextStyles, getTimescale, getUseGradientBrush, getView, getViewSettings, setBarStyles, setCustomPageSize, setDrawNonWorkingTime, setEndDate, setFitContent, setGridlines, setLegendOnEachPage, setMarkCriticalTasks, setNonWorkingTimeColor, setPageSize, setPresentationFormat, setRenderToSinglePage, setRollUpGanttBars, setStartDate, setTasksComparer, setTasksFilter, setTextStyles, setTimescale, setUseGradientBrush, setView, setViewSettings
-
-
-
-
Constructor Detail
-
PrimaveraXmlSaveOptions
public PrimaveraXmlSaveOptions()
Initializes a new instance of the
PrimaveraXmlSaveOptions
class.
-
-
Method Detail
-
getSaveRootTask
public final boolean getSaveRootTask()
Gets a value indicating whether to save a root task or not.
- Returns:
- a value indicating whether to save a root task or not.
-
setSaveRootTask
public final void setSaveRootTask(boolean value)
Sets a value indicating whether to save a root task or not.
- Parameters:
value
- a value indicating whether to save a root task or not.
-
-