@DOMObjectAttribute @DOMNameAttribute(name="SVGLengthList") @DOMIndexerAttribute(indexerType="SVGLength") public class SVGLengthList extends SVGListBase<SVGLength>
This interface defines a list of SVGLength objects.
SVGListBase{SVGLength}
flags
PropertyChanged
Constructor and Description |
---|
SVGLengthList()
Initializes a new instance of the
SVGLengthList class. |
SVGLengthList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGLength> enumerable)
Initializes a new instance of the
SVGLengthList 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 SVGLengthList()
Initializes a new instance of the SVGLengthList
class.
public SVGLengthList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGLength> enumerable)
Initializes a new instance of the SVGLengthList
class.
enumerable
- The enumerable.public Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone
in class SVGValueType