SVGStringList Class
Contents
[
Hide
]SVGStringList class
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.
public class SVGStringList : SVGListBase<String>
Constructors
Name | Description |
---|---|
SVGStringList() | Initializes a new instance of the SVGStringList class. |
SVGStringList(IEnumerable<String>) | Initializes a new instance of the SVGStringList class. |
Properties
Name | Description |
---|---|
[getItem] | |
[setItem] | |
getLength | |
getNumberOfItems |
Methods
Name | Description |
---|---|
appendItem(String) | |
clear() | |
dispose() | Releases unmanaged and - optionally - managed resources. |
getEnumerator() | |
getItem(ulong) | |
getPlatformType() | This method is used to retrieve the ECMAScript object . |
initialize(String) | |
insertItemBefore(String, ulong) | |
removeItem(ulong) | |
replaceItem(String, ulong) | |
toString() | Returns a String that represents this instance. |
See Also
- class SVGListBase<T>
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML