com.groupdocs.conversion.filetypes

Class MarkupFileType

    • Field Detail

      • Html

        public static final MarkupFileType Html

        HTML (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.

      • Htm

        public static final MarkupFileType Htm

        HTM (Hyper Text Markup Language) is the extension for web pages created for display in browsers. Learn more about this file format here.

      • Mht

        public static final MarkupFileType Mht
        Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
      • Mhtml

        public static final MarkupFileType Mhtml
        Files with MHTML extension represent a web page archive format that can be created by a number of different applications. The format is known as archive format because it saves the web HTML code and associated resources in a single file. Learn more about this file format here.
      • Chm

        public static final MarkupFileType Chm
        The CHM file format represents Microsoft HTML help file that consists of a collection of HTML pages. It provides an index for quick accessing the topics and navigation to different parts of the help document. Learn more about this file format here.
    • Constructor Detail

      • MarkupFileType

        public MarkupFileType()
        Serialization constructor
    • Method Detail

      • getLoadOptions

        public LoadOptions getLoadOptions()
        Description copied from class: FileType
        Prepared default load options for the source file type
        Overrides:
        getLoadOptions in class FileType
        Returns:
        NULL if there is not file type specific load options
      • 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 FileType[] getExcludedTargetTypes()