com.aspose.html.dom.svg.filters

Class SVGFEMorphologyElement

    • Field Detail

      • SVG_MORPHOLOGY_OPERATOR_UNKNOWN

        @DOMNameAttribute(name="SVG_MORPHOLOGY_OPERATOR_UNKNOWN")
        public static final int SVG_MORPHOLOGY_OPERATOR_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
    • Constructor Detail

      • SVGFEMorphologyElement

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

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.