SVGListBase-1.AppendItem
SVGListBase<T>.AppendItem method
Inserts a new item at the end of the list.
public T AppendItem(T newItem)
| Parameter | Type | Description |
|---|---|---|
| newItem | T | The item which is to be inserted. The first item is number 0. |
Return Value
The inserted item.
Exceptions
| exception | condition |
|---|---|
| dOMException | Code NO_MODIFICATION_ALLOWED_ERR. Raised when the list cannot be modified. |
See Also
- class SVGListBase<T>
- package com.aspose.html.dom.svg.collections
- package Aspose.HTML