Package com.aspose.tasks
Class HtmlImageType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.HtmlImageType
-
public final class HtmlImageType extends com.aspose.ms.System.EnumRepresents HTML image type.
-
-
Field Summary
Fields Modifier and Type Field Description static intBmpWindows Bitmap.static intGifGif image formatstatic intJpegJPEG JFIF.static intPngPortable Network Graphics.static intSvgSVG image formatstatic intSvgzCompressed SVGstatic intTiffTiff image formatstatic intUnknownUnknown format
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Jpeg
public static final int Jpeg
JPEG JFIF.
- See Also:
- Constant Field Values
-
Png
public static final int Png
Portable Network Graphics.
- See Also:
- Constant Field Values
-
Bmp
public static final int Bmp
Windows Bitmap.
- See Also:
- Constant Field Values
-
Gif
public static final int Gif
Gif image format
- See Also:
- Constant Field Values
-
Tiff
public static final int Tiff
Tiff image format
- See Also:
- Constant Field Values
-
Svg
public static final int Svg
SVG image format
- See Also:
- Constant Field Values
-
Svgz
public static final int Svgz
Compressed SVG
- See Also:
- Constant Field Values
-
Unknown
public static final int Unknown
Unknown format
- See Also:
- Constant Field Values
-
-