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.Enum
Represents HTML image type.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Bmp
Windows Bitmap.static int
Gif
Gif image formatstatic int
Jpeg
JPEG JFIF.static int
Png
Portable Network Graphics.static int
Svg
SVG image formatstatic int
Svgz
Compressed SVGstatic int
Tiff
Tiff image formatstatic int
Unknown
Unknown 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
-
-