public final class EmfPlusDualRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EMF
Aspose.Words renders EMF part of EMF+ Dual metafile.
|
static int |
EMF_PLUS
Aspose.Words renders EMF+ part of EMF+ Dual metafile.
|
static int |
EMF_PLUS_WITH_FALLBACK
Aspose.Words tries to render EMF+ part of EMF+ Dual metafile.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String emfPlusDualRenderingModeName) |
static java.lang.String |
getName(int emfPlusDualRenderingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int emfPlusDualRenderingMode) |
public static final int EMF_PLUS_WITH_FALLBACK
public static final int EMF_PLUS
public static final int EMF
public static final int length