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 PrimaveraXmlReadingOptionsLoadOptions. getPrimaveraOptions()Specified instance of thePrimaveraXmlReadingOptionsclassMethods in com.aspose.tasks with parameters of type PrimaveraXmlReadingOptions Modifier and Type Method Description voidLoadOptions. setPrimaveraOptions(PrimaveraXmlReadingOptions value)Specified instance of thePrimaveraXmlReadingOptionsclassConstructors in com.aspose.tasks with parameters of type PrimaveraXmlReadingOptions Constructor Description Project(InputStream stream, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)Initializes a new instance of theProjectclass from the Stream with the specified instance of thePrimaveraXmlReadingOptionsclass.Project(InputStream stream, PrimaveraXmlReadingOptions options)Initializes a new instance of theProjectclass from the Stream with the specified instance of thePrimaveraXmlReadingOptionsclass.Project(String projectTemplate, ParseErrorCallback parseErrorHandler, PrimaveraXmlReadingOptions options)Initializes a new instance of theProjectclass from a template (existent mpp or mpt file) with the specified instance of thePrimaveraXmlReadingOptionsclass.Project(String projectTemplate, PrimaveraXmlReadingOptions options)Initializes a new instance of theProjectclass from a template (existent MPP or MPT file) with the specified instance of thePrimaveraXmlReadingOptionsclass.
-