Uses of Class
com.aspose.tasks.LoadOptions
-
-
Uses of LoadOptions in com.aspose.tasks
Constructors in com.aspose.tasks with parameters of type LoadOptions Constructor Description Project(InputStream stream, LoadOptions options)
Initializes a new instance of theProject
class from the Stream with the specified instance of theLoadOptions
class.Project(String projectTemplate, LoadOptions options)
Initializes a new instance of theProject
class from a template (existent mpp or mpt file) with the specified instance of theLoadOptions
class.
-