java.lang.Object
com.aspose.words.DmlRenderingMode
public class DmlRenderingMode
| Field Summary | ||
|---|---|---|
static final int | FALLBACK | |
| If fallback shape is available for DrawingML, Aspose.Words renders fallback shape instead of the DrawingML. | ||
static final int | DRAWING_ML | |
| Aspose.Words ignores fallback shape of DrawingML and renders DrawingML itself. This is the default mode. | ||
| Field Detail |
|---|
FALLBACK = 0 | |
public static final int FALLBACK | |
DRAWING_ML = 1 | |
public static final int DRAWING_ML | |