com.aspose.html.dom.svg

Class SVGUnitTypes

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


  • @DOMObjectAttribute
     @DOMNameAttribute(name="SVGUnitTypes")
    public final class SVGUnitTypes
    extends com.aspose.html.internal.ms.System.Enum

    The SVGUnitTypes enumeration defines a commonly used set of constants and is a base interface used by SVGGradientElement, SVGPatternElement, SVGClipPathElement, SVGMaskElement and SVGFilterElement.

    • 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

      • SVG_UNIT_TYPE_UNKNOWN

        @DOMNameAttribute(name="SVG_UNIT_TYPE_UNKNOWN")
        public static final int SVG_UNIT_TYPE_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
      • SVG_UNIT_TYPE_USERSPACEONUSE

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

        Corresponds to value 'userSpaceOnUse'.

        See Also:
        Constant Field Values
      • SVG_UNIT_TYPE_OBJECTBOUNDINGBOX

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

        Corresponds to value 'objectBoundingBox'.

        See Also:
        Constant Field Values