PrimaveraXmlSaveOptions

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

ConstructorDescription
PrimaveraXmlSaveOptions()Initializes a new instance of the PrimaveraXmlSaveOptions class.

Methods

MethodDescription
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:

ParameterTypeDescription
valuebooleana value indicating whether to save a root task or not.