com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class MPPSaveOptions



  • public class MPPSaveOptions
    extends Object

    Allows to specify additional options when saving project data to MPP.

    • Constructor Detail

      • MPPSaveOptions

        public MPPSaveOptions()
    • Method Detail

      • getRemoveInvalidAssignments

        public final boolean getRemoveInvalidAssignments()

        Gets a value indicating whether to remove invalid resource assignments when saving to MPP.


        MS Project creates an empty resource assignment for each task. Set this flag to true to remove them on save.
        Returns:
        a value indicating whether to remove invalid resource assignments when saving to MPP.
      • setRemoveInvalidAssignments

        public final void setRemoveInvalidAssignments(boolean value)

        Sets a value indicating whether to remove invalid resource assignments when saving to MPP.


        MS Project creates an empty resource assignment for each task. Set this flag to true to remove them on save.
        Parameters:
        value - a value indicating whether to remove invalid resource assignments when saving to MPP.
      • getWriteViewData

        public final boolean getWriteViewData()

        Gets a value indicating whether to write view data when saving to MPP.


        View data includes Project.Views, Filters and Tables collections.
        Returns:
        a value indicating whether to write view data when saving to MPP.
      • setWriteViewData

        public final void setWriteViewData(boolean value)

        Sets a value indicating whether to write view data when saving to MPP.


        View data includes Project.Views, Filters and Tables collections.
        Parameters:
        value - a value indicating whether to write view data when saving to MPP.