java.lang.Objectcom.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. This is the default mode. | ||
static final int | DRAWING_ML | |
Aspose.Words ignores fallback shape of DrawingML and renders DrawingML itself. |
Field Detail |
---|
FALLBACK = 0 | |
public static final int FALLBACK |
DRAWING_ML = 1 | |
public static final int DRAWING_ML |