Class SVGStringList
Contenuti
[
Nascondere
]SVGStringList class
SVGStringList ha gli stessi attributi e metodi delle altre interfacce SVGxxxList. Gli implementatori possono prendere in considerazione l’utilizzo di una singola classe base per implementare le varie interfacce SVGxxxList.
public class SVGStringList : SVGListBase<string>
Costruttori
Nome | Descrizione |
---|---|
SVGStringList() | Inizializza una nuova istanza diSVGStringList classe. |
SVGStringList(IEnumerable<string>) | Inizializza una nuova istanza diSVGStringList classe. |
Proprietà
Nome | Descrizione |
---|---|
Item { get; set; } | |
Length { get; } | |
NumberOfItems { get; } |
Metodi
Nome | Descrizione |
---|---|
AppendItem(string) | |
Clear() | |
Dispose() | Rilascia risorse non gestite e, facoltativamente, gestite. |
GetEnumerator() | |
GetItem(ulong) | |
virtual GetPlatformType() | Questo metodo viene utilizzato per recuperare l’oggetto ECMAScriptType . |
Initialize(string) | |
InsertItemBefore(string, ulong) | |
RemoveItem(ulong) | |
ReplaceItem(string, ulong) | |
override ToString() | Restituisce aString che rappresenta questa istanza. |
Guarda anche
- class SVGListBase<T>
- spazio dei nomi Aspose.Html.Dom.Svg.DataTypes
- assemblea Aspose.HTML