@DOMObjectAttribute @DOMNameAttribute(name="SVGNumberList") @DOMIndexerAttribute(indexerType="SVGNumber") public class SVGNumberList extends SVGListBase<SVGNumber>
This interface defines a list of SVGNumber objects.
SVGListBase{ISVGNumber}
flags
PropertyChanged
Constructor and Description |
---|
SVGNumberList()
Initializes a new instance of the
SVGNumberList class. |
SVGNumberList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGNumber> enumerable)
Initializes a new instance of the
SVGNumberList class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
appendItem, asReadOnly, clear, get_Item, getItem, getLength, getNumberOfItems, initialize, insertItemBefore, iterator, removeItem, replaceItem, set_Item
dispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SVGNumberList()
Initializes a new instance of the SVGNumberList
class.
public SVGNumberList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGNumber> enumerable)
Initializes a new instance of the SVGNumberList
class.
enumerable
- The enumerable.public Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone
in class SVGValueType