SVGStringList
Contenido
[
Ocultar
]SVGStringList class
SVGStringList tiene los mismos atributos y métodos que otras interfaces SVGxxxList. Los implementadores pueden considerar el uso de una sola clase base para implementar las diversas interfaces SVGxxxList.
public class SVGStringList : SVGListBase<string>
Constructores
| Nombre | Descripción |
|---|---|
| SVGStringList() | Inicializa una nueva instancia delSVGStringList clase. |
| SVGStringList(IEnumerable<string>) | Inicializa una nueva instancia delSVGStringList clase. |
Propiedades
| Nombre | Descripción |
|---|---|
| Item { get; set; } | |
| Length { get; } | |
| NumberOfItems { get; } |
Métodos
| Nombre | Descripción |
|---|---|
| AppendItem(string) | |
| Clear() | |
| Dispose() | Libera recursos no administrados y, opcionalmente, administrados. |
| GetEnumerator() | |
| GetItem(ulong) | |
| virtual GetPlatformType() | Este método se utiliza para recuperar el objeto ECMAScriptType . |
| Initialize(string) | |
| InsertItemBefore(string, ulong) | |
| RemoveItem(ulong) | |
| ReplaceItem(string, ulong) | |
| override ToString() | Devuelve unString que representa esta instancia. |
Ver también
- class SVGListBase<T>
- espacio de nombres Aspose.Svg.DataTypes
- asamblea Aspose.SVG