public final class MetafileRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BITMAP
Aspose.Words invokes GDI+ to render a metafile to a bitmap and then saves the bitmap to the output document.
|
static int |
length |
static int |
VECTOR
Aspose.Words renders a metafile as vector graphics.
|
static int |
VECTOR_WITH_FALLBACK
Aspose.Words tries to render a metafile as vector graphics.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String metafileRenderingModeName) |
static java.lang.String |
getName(int metafileRenderingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int metafileRenderingMode) |
public static final int VECTOR_WITH_FALLBACK
public static final int VECTOR
public static final int BITMAP
public static final int length