Uses of Class
com.aspose.tasks.PrimaveraReadOptions
-
-
Uses of PrimaveraReadOptions in com.aspose.tasks
Methods in com.aspose.tasks that return PrimaveraReadOptions Modifier and Type Method Description PrimaveraReadOptions
LoadOptions. getPrimaveraReadOptions()
Gets a specified instance of thePrimaveraReadOptions
class which can be used to customize the behavior of loading Primavera formats (Primavera P6 XER or Primavera P6 Xml).Methods in com.aspose.tasks with parameters of type PrimaveraReadOptions Modifier and Type Method Description void
LoadOptions. setPrimaveraReadOptions(PrimaveraReadOptions value)
Sets a specified instance of thePrimaveraReadOptions
class which can be used to customize the behavior of loading Primavera formats (Primavera P6 XER or Primavera P6 Xml).Constructors in com.aspose.tasks with parameters of type PrimaveraReadOptions Constructor Description Project(InputStream stream, PrimaveraReadOptions options)
Initializes a new instance of theProject
class from the Stream with the specified instance of thePrimaveraReadOptions
class.Project(String projectTemplate, PrimaveraReadOptions options)
Initializes a new instance of theProject
class from a template (existent MPP or MPT file) with the specified instance of thePrimaveraReadOptions
class.
-