PreviewMode
Inheritance: java.lang.Object
public final class PreviewMode
Provides modes for the page previewing.
Fields
Field | Description |
---|---|
PNG | Preview mode as .png |
JPEG | Preview mode as .jpeg |
BMP | Preview mode as .bmp |
Methods
Method | Description |
---|---|
extensions() |
PNG
public static final int PNG
Preview mode as .png
JPEG
public static final int JPEG
Preview mode as .jpeg
BMP
public static final int BMP
Preview mode as .bmp
extensions()
public static String[] extensions()
Returns: java.lang.String[]