PathFillModeType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class PathFillModeType extends System.Enum
Specifies the manner in which a path should be filled
Fields
Field | Description |
---|---|
None | No Path Fill This specifies that the corresponding path should have no fill. |
Normal | Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it\u2019s fill. |
Lighten | Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it\u2019s fill. |
LightenLess | Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it\u2019s fill. |
Darken | Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it\u2019s fill. |
DarkenLess | Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it\u2019s fill. |
None
public static final byte None
No Path Fill This specifies that the corresponding path should have no fill.
Normal
public static final byte Normal
Normal Path Fill This specifies that the corresponding path should have a normally shaded color applied to it\u2019s fill.
Lighten
public static final byte Lighten
Lighten Path Fill This specifies that the corresponding path should have a lightly shaded color applied to it\u2019s fill.
LightenLess
public static final byte LightenLess
Lighten Path Fill Less This specifies that the corresponding path should have a slightly lighter shaded color applied to it\u2019s fill.
Darken
public static final byte Darken
Darken Path Fill This specifies that the corresponding path should have a darker shaded color applied to it\u2019s fill.
DarkenLess
public static final byte DarkenLess
Darken Path Fill Less This specifies that the corresponding path should have a slightly darker shaded color applied to it\u2019s fill.