public interface PictureFormat
We will provide plain pictures too, but they will probably be restricted to some specific platform.
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECT_EMF
EMF, will probably only work on windows.
|
static int |
DIRECT_PICT
Attempt at plain MAC PICT
|
static int |
EMF
EMF embedded in RTF.
|
static int |
EPS
EPS export (still in work).
|
static int |
MACPICT
MACPICT embedded in RTF.
|
static int |
PDF
PDF export (needs IText for output.
|
static int |
WMF
WMF embedded in RTF.
|
static final int WMF
static final int EMF
static final int MACPICT
static final int DIRECT_EMF
static final int DIRECT_PICT
static final int PDF
static final int EPS