Uses of Class
com.aspose.tasks.MPPSaveOptions
-
-
Uses of MPPSaveOptions in com.aspose.tasks
Methods in com.aspose.tasks with parameters of type MPPSaveOptions Modifier and Type Method Description void
Project. save(OutputStream stream, MPPSaveOptions options)
Saves the project to a stream using the specified save options.void
Project. save(String filename, MPPSaveOptions options)
Saves the document to mpp file format using the specified save options.
-