@DOMObjectAttribute @DOMNameAttribute(name="SVGStringList") @DOMIndexerAttribute(indexerType="string") public class SVGStringList extends SVGListBase<java.lang.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.
StringflagsPropertyChanged, PropertyChangedDelegate| Constructor and Description |
|---|
SVGStringList()
Initializes a new instance of the
SVGStringList class. |
SVGStringList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<java.lang.String> enumerable)
Initializes a new instance of the
SVGStringList class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
appendItem, asReadOnly, clear, dispose, get_Item, getItem, getLength, getNumberOfItems, initialize, insertItemBefore, iterator, removeItem, replaceItem, set_Itemdispose, getKey, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toStringfireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBindingpublic SVGStringList()
Initializes a new instance of the SVGStringList class.
public SVGStringList(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<java.lang.String> enumerable)
Initializes a new instance of the SVGStringList class.
enumerable - The enumerable.public java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone in class SVGValueType