public final class DmlRenderingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DRAWING_ML
Aspose.Words ignores fall-back shape of DrawingML and renders DrawingML itself.
|
static int |
FALLBACK
If fall-back shape is available for DrawingML, Aspose.Words renders fall-back shape instead of the DrawingML.
|
static int |
length |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String dmlRenderingModeName) |
static java.lang.String |
getName(int dmlRenderingMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int dmlRenderingMode) |
public static final int FALLBACK
public static final int DRAWING_ML
public static final int length