com.groupdocs.conversion.filetypes

Class ProjectManagementFileType

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<Enumeration>, Serializable, Comparable


    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.

    See Also:
    Serialized Form
    • Field Detail

      • 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.

    • Constructor Detail

      • ProjectManagementFileType

        public ProjectManagementFileType()
        Serialization constructor
    • Method Detail

      • getConvertOptions

        public ConvertOptions getConvertOptions()
        Description copied from class: FileType
        Prepared default convert options for the file type
        Overrides:
        getConvertOptions in class FileType
        Returns:
        NULL if the conversion to the type not supported
      • getExcludedTargetTypes

        public static final FileType[] getExcludedTargetTypes()