public final class ImlRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FALLBACK
If fall-back shape is available for ink (InkML) object, Aspose.Words renders fall-back shape instead of the InkML.
|
static int |
INK_ML
Aspose.Words ignores fall-back shape of ink (InkML) object and renders InkML itself.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String imlRenderingModeName) |
static java.lang.String |
getName(int imlRenderingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int imlRenderingMode) |
public static final int FALLBACK
public static final int INK_ML
public static final int length