@DOMObjectAttribute @DOMNameAttribute(name="SVGRenderingIntent") public final class SVGRenderingIntent extends com.aspose.html.internal.ms.System.Enum
The SVGRenderingIntent enumeration defines the enumerated list of possible values for ‘rendering-intent’ attributes or descriptors.
Modifier and Type | Field and Description |
---|---|
static int |
RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
Corresponds to a value of 'absolute-colorimetric'.
|
static int |
RENDERING_INTENT_AUTO
Corresponds to a value of 'auto'.
|
static int |
RENDERING_INTENT_PERCEPTUAL
Corresponds to a value of 'perceptual'.
|
static int |
RENDERING_INTENT_RELATIVE_COLORIMETRIC
Corresponds to a value of 'relative-colorimetric'.
|
static int |
RENDERING_INTENT_SATURATION
Corresponds to a value of 'saturation'.
|
static int |
RENDERING_INTENT_UNKNOWN
The type is not one of predefined types.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
@DOMNameAttribute(name="RENDERING_INTENT_UNKNOWN") public static final int RENDERING_INTENT_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
@DOMNameAttribute(name="RENDERING_INTENT_AUTO") public static final int RENDERING_INTENT_AUTO
Corresponds to a value of 'auto'.
@DOMNameAttribute(name="RENDERING_INTENT_PERCEPTUAL") public static final int RENDERING_INTENT_PERCEPTUAL
Corresponds to a value of 'perceptual'.
@DOMNameAttribute(name="RENDERING_INTENT_RELATIVE_COLORIMETRIC") public static final int RENDERING_INTENT_RELATIVE_COLORIMETRIC
Corresponds to a value of 'relative-colorimetric'.
@DOMNameAttribute(name="RENDERING_INTENT_SATURATION") public static final int RENDERING_INTENT_SATURATION
Corresponds to a value of 'saturation'.
@DOMNameAttribute(name="RENDERING_INTENT_ABSOLUTE_COLORIMETRIC") public static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
Corresponds to a value of 'absolute-colorimetric'.