Enum CoMimeType

    • Enum Constant Detail

      • ImageGif

        public static final CoMimeType ImageGif
        image/gif
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ImageJpg

        public static final CoMimeType ImageJpg
        image/jpg, image/jpeg
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ImagePng

        public static final CoMimeType ImagePng
        image/png
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ImageSvg

        public static final CoMimeType ImageSvg
        image/svg
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TextHtml

        public static final CoMimeType TextHtml
        text/html
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TextXml

        public static final CoMimeType TextXml
        text/xml
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TextPlain

        public static final CoMimeType TextPlain
        text/plain
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TextCss

        public static final CoMimeType TextCss
        text/css
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationXml

        public static final CoMimeType ApplicationXml
        application/xml
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationXmlXhtml

        public static final CoMimeType ApplicationXmlXhtml
        application/xml+xhtml
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationPdf

        public static final CoMimeType ApplicationPdf
        PDF mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationDoc

        public static final CoMimeType ApplicationDoc
        MSWord's .doc mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationExcel

        public static final CoMimeType ApplicationExcel
        M$ PowerPoint mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationPowerPoint

        public static final CoMimeType ApplicationPowerPoint
        M$ Excel mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • ApplicationZip

        public static final CoMimeType ApplicationZip
        ZIP mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • TextRtf

        public static final CoMimeType TextRtf
        Rich Text Format (RTF) mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • Unknown

        public static final CoMimeType Unknown
        unknown mime type
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.