com.aspose.words
Class DmlRenderingMode

java.lang.Object
    extended by com.aspose.words.DmlRenderingMode

public class DmlRenderingMode 
extends java.lang.Object

Utility class containing constants. Specifies how DrawingML shapes are rendered to fixed page formats.

Field Summary
static final intFALLBACK = 0
           If fallback shape is available for DrawingML, Aspose.Words renders fallback shape instead of the DrawingML. This is the default mode.
static final intDRAWING_ML = 1
           Aspose.Words ignores fallback shape of DrawingML and renders DrawingML itself.
 

Field Detail

FALLBACK = 0

public 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.

DRAWING_ML = 1

public static final int DRAWING_ML
Aspose.Words ignores fallback shape of DrawingML and renders DrawingML itself.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.