Uses of Class
com.aspose.tasks.PrimaveraXmlReadingOptions
-
-
Uses of PrimaveraXmlReadingOptions in com.aspose.tasks
Methods in com.aspose.tasks that return PrimaveraXmlReadingOptions Modifier and Type Method Description PrimaveraXmlReadingOptions
LoadOptions. getPrimaveraOptions()
Specified instance of thePrimaveraXmlReadingOptions
classMethods in com.aspose.tasks with parameters of type PrimaveraXmlReadingOptions Modifier and Type Method Description void
LoadOptions. setPrimaveraOptions(PrimaveraXmlReadingOptions value)
Specified instance of thePrimaveraXmlReadingOptions
classConstructors in com.aspose.tasks with parameters of type PrimaveraXmlReadingOptions Constructor Description Project(InputStream stream, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from the Stream with the specified instance of thePrimaveraXmlReadingOptions
class.Project(InputStream stream, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from the Stream with the specified instance of thePrimaveraXmlReadingOptions
class.Project(String projectTemplate, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from a template (existent mpp or mpt file) with the specified instance of thePrimaveraXmlReadingOptions
class.Project(String projectTemplate, PrimaveraXmlReadingOptions options)
Initializes a new instance of theProject
class from a template (existent MPP or MPT file) with the specified instance of thePrimaveraXmlReadingOptions
class.
-