java.lang.Object
com.aspose.words.DmlEffectsRenderingMode
public class DmlEffectsRenderingMode
| Field Summary | ||
|---|---|---|
static final int | SIMPLIFIED | |
| Rendering of DrawingML effects are simplified. | ||
static final int | NONE | |
| No DrawingML effects are rendered. | ||
static final int | FINE | |
|
DrawingML effects are rendered in fine mode which involves advanced processing.
In this mode rendering of effects gives better results but at a higher performance cost than |
||
| Field Detail |
|---|
SIMPLIFIED = 0 | |
public static final int SIMPLIFIED | |
NONE = 1 | |
public static final int NONE | |
FINE = 2 | |
public static final int FINE | |