PreviewFormats
Inheritance: java.lang.Object, java.lang.Enum
public enum PreviewFormats extends Enum<PreviewFormats>
Represents supported preview formats.
Fields
| Field | Description | 
|---|---|
| Png | Portable Network Graphics Format. | 
| Jpeg | Joint Photographic Experts Group Format. | 
| Bmp | Bitmap Picture Format. | 
Methods
| Method | Description | 
|---|---|
| values() | |
| valueOf(String name) | 
Png
public static final PreviewFormats Png
Portable Network Graphics Format.
Jpeg
public static final PreviewFormats Jpeg
Joint Photographic Experts Group Format.
Bmp
public static final PreviewFormats Bmp
Bitmap Picture Format.
values()
public static PreviewFormats[] values()
Returns: com.groupdocs.parser.options.PreviewFormats[]
valueOf(String name)
public static PreviewFormats valueOf(String name)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| name | java.lang.String | 
Returns: PreviewFormats