@DOMObjectAttribute @DOMNameAttribute(name="SVGStringList") @DOMIndexerAttribute(indexerType="string") public class SVGStringList extends SVGListBase<String>
SVGStringList has the same attributes and methods as other SVGxxxList interfaces. Implementers may consider using a single base class to implement the various SVGxxxList interfaces.
String
flags
PropertyChanged
Constructor and Description |
---|
SVGStringList()
Initializes a new instance of the
SVGStringList class. |
SVGStringList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<String> enumerable)
Initializes a new instance of the
SVGStringList 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 SVGStringList()
Initializes a new instance of the SVGStringList
class.
public SVGStringList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<String> enumerable)
Initializes a new instance of the SVGStringList
class.
enumerable
- The enumerable.public Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone
in class SVGValueType