java.lang.Objectcom.aspose.words.DmlRenderingMode
public class DmlRenderingMode
Field Summary | ||
---|---|---|
static final int | FALLBACK | |
If fall-back shape is available for DrawingML, Aspose.Words renders fall-back shape instead of the DrawingML. | ||
static final int | DRAWING_ML | |
Aspose.Words ignores fall-back 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 |