com.aspose.html.dom.svg

Class SVGRenderingIntent

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.dom.svg.SVGRenderingIntent


  • @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.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.html.internal.ms.System.Enum

        com.aspose.html.internal.ms.System.Enum.AbstractEnum, com.aspose.html.internal.ms.System.Enum.FlaggedEnum, com.aspose.html.internal.ms.System.Enum.ObjectEnum, com.aspose.html.internal.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.html.internal.ms.System.Enum

        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
    • Field Detail

      • RENDERING_INTENT_UNKNOWN

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

        See Also:
        Constant Field Values
      • RENDERING_INTENT_RELATIVE_COLORIMETRIC

        @DOMNameAttribute(name="RENDERING_INTENT_RELATIVE_COLORIMETRIC")
        public static final int RENDERING_INTENT_RELATIVE_COLORIMETRIC

        Corresponds to a value of 'relative-colorimetric'.

        See Also:
        Constant Field Values
      • RENDERING_INTENT_ABSOLUTE_COLORIMETRIC

        @DOMNameAttribute(name="RENDERING_INTENT_ABSOLUTE_COLORIMETRIC")
        public static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC

        Corresponds to a value of 'absolute-colorimetric'.

        See Also:
        Constant Field Values