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 PrimaveraReadOptionsLoadOptions. getPrimaveraReadOptions()Gets a specified instance of thePrimaveraReadOptionsclass 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 voidLoadOptions. setPrimaveraReadOptions(PrimaveraReadOptions value)Sets a specified instance of thePrimaveraReadOptionsclass 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 theProjectclass from the Stream with the specified instance of thePrimaveraReadOptionsclass.Project(String projectTemplate, PrimaveraReadOptions options)Initializes a new instance of theProjectclass from a template (existent MPP or MPT file) with the specified instance of thePrimaveraReadOptionsclass.
-