ProjectManagementFileType

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType

public final class ProjectManagementFileType extends FileType

Defines Project file formats that are created by Project Management software such as Microsoft Project, Primavera P6 etc. A project file is a collection of tasks, resources, and their scheduling to get a measurable output in the form or a product or a service. Project management documents. Includes the following file types: Mpp, Mpt, Mpx. Learn more about Project Management formats here.

Constructors

Constructor Description
ProjectManagementFileType() Serialization constructor

Fields

Field Description
Mpt Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files.
Mpp MPP is Microsoft Project data file that stores information related to project management in an integrated manner.
Mpx Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating.
Xer The XER file format is a proprietary project file format used by Primavera P6 project planning and management application.

Methods

Method Description
getConvertOptions()
getExcludedTargetTypes()

ProjectManagementFileType()

public ProjectManagementFileType()

Serialization constructor

Mpt

public static final ProjectManagementFileType Mpt

Microsoft Project template files, contain basic information and structure along with document settings for creating .MPP files. Learn more about this file format here.

Mpp

public static final ProjectManagementFileType Mpp

MPP is Microsoft Project data file that stores information related to project management in an integrated manner. Learn more about this file format here.

Mpx

public static final ProjectManagementFileType Mpx

Microsoft Exchange File Format, is an ASCII file format for transferring of project information between Microsoft Project (MSP) and other applications that support the MPX file format such as Primavera Project Planner, Sciforma and Timerline Precision Estimating. Learn more about this file format here.

Xer

public static final ProjectManagementFileType Xer

The XER file format is a proprietary project file format used by Primavera P6 project planning and management application. Learn more about this file format here.

getConvertOptions()

public ConvertOptions getConvertOptions()

Prepared default convert options for the file type

Returns: ConvertOptions

getExcludedTargetTypes()

public static final FileType[] getExcludedTargetTypes()

Returns: com.groupdocs.conversion.filetypes.FileType[]