public enum StiImageFormat extends java.lang.Enum<StiImageFormat>
| Enum Constant and Description |
|---|
Bmp |
Emf |
Exif |
Gif |
Guid |
Icon |
Jpeg |
MemoryBmp |
Png |
Tiff |
Wmf |
| Modifier and Type | Method and Description |
|---|---|
static StiImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiImageFormat Bmp
public static final StiImageFormat Emf
public static final StiImageFormat Exif
public static final StiImageFormat Gif
public static final StiImageFormat Guid
public static final StiImageFormat Icon
public static final StiImageFormat Jpeg
public static final StiImageFormat MemoryBmp
public static final StiImageFormat Png
public static final StiImageFormat Tiff
public static final StiImageFormat Wmf
public static StiImageFormat[] values()
for (StiImageFormat c : StiImageFormat.values()) System.out.println(c);
public static StiImageFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.