com.aspose.html.dom.svg

Class SVGClipPathElement

    • Constructor Detail

      • SVGClipPathElement

        public SVGClipPathElement(com.aspose.html.dom.DOMName name,
                                  Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.
    • Method Detail

      • getClipPathUnits

        @DOMNameAttribute(name="clipPathUnits")
        public SVGAnimatedEnumeration getClipPathUnits()

        Corresponds to attribute ‘clipPathUnits’ on the given ‘clipPath’ element. Takes one of the constants defined in SVGUnitTypes.

        Value: The attribute ‘clipPathUnits’ of the given ‘clipPath’ element.