com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class PrimaveraXmlSaveOptions



  • public class PrimaveraXmlSaveOptions
    extends SaveOptions

    Allows to specify additional options when saving project to Primavera xml format.

    • 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.