com.aspose.html.dom.svg.datatypes

Class SVGStringList

  • All Implemented Interfaces:
    com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<String>, com.aspose.html.internal.ms.System.Collections.IEnumerable<String>, com.aspose.html.internal.ms.System.IDisposable, Iterable<String>


    @DOMObjectAttribute
     @DOMNameAttribute(name="SVGStringList")
     @DOMIndexerAttribute(indexerType="string")
    public class SVGStringList
    extends SVGListBase<String>

    SVGStringList has the same attributes and methods as other SVGxxxList interfaces. Implementers may consider using a single base class to implement the various SVGxxxList interfaces.

    See Also:
    String
    • Constructor Detail

      • SVGStringList

        public SVGStringList()

        Initializes a new instance of the SVGStringList class.

      • SVGStringList

        public SVGStringList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<String> enumerable)

        Initializes a new instance of the SVGStringList class.

        Parameters:
        enumerable - The enumerable.
    • Method Detail

      • deepClone

        public Object deepClone()

        Creates a new object that is a copy of the current instance.

        Specified by:
        deepClone in class SVGValueType
        Returns:
        A new object that is a copy of this instance.