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 |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Methods
| Name | Description |
|---|---|
| AppendItem(string) | |
| Clear() | |
| Dispose() | Releases unmanaged and - optionally - managed resources. |
| GetEnumerator() | |
| GetItem(ulong) | |
| virtual GetPlatformType() | This method is used to retrieve the ECMAScript object Type. |
| Initialize(string) | |
| InsertItemBefore(string, ulong) | |
| RemoveItem(ulong) | |
| ReplaceItem(string, ulong) | |
| override ToString() | Returns a String that represents this instance. |
See Also
- class SVGListBase<T>
- namespace Aspose.Html.Dom.Svg.DataTypes
- assembly Aspose.HTML