PrimaveraXmlSaveOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.tasks.SimpleSaveOptions
public class PrimaveraXmlSaveOptions extends SimpleSaveOptions
Allows to specify additional options when saving project to Primavera xml format.
Constructors
Constructor | Description |
---|---|
PrimaveraXmlSaveOptions() | Initializes a new instance of the PrimaveraXmlSaveOptions class. |
Methods
Method | Description |
---|---|
getSaveRootTask() | Gets a value indicating whether to save a root task or not. |
setSaveRootTask(boolean value) | Sets a value indicating whether to save a root task or not. |
PrimaveraXmlSaveOptions()
public PrimaveraXmlSaveOptions()
Initializes a new instance of the PrimaveraXmlSaveOptions class.
getSaveRootTask()
public final boolean getSaveRootTask()
Gets a value indicating whether to save a root task or not.
Returns: boolean - a value indicating whether to save a root task or not.
setSaveRootTask(boolean value)
public final void setSaveRootTask(boolean value)
Sets a value indicating whether to save a root task or not.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether to save a root task or not. |