@DOMObjectAttribute @DOMNameAttribute(name="SVGAnimatedString") public class SVGAnimatedString extends SVGAnimatedValue<String>
Used for attributes of type DOMString which can be animated.
flags
PropertyChanged
Constructor and Description |
---|
SVGAnimatedString(String baseValue,
com.aspose.html.common.Func2<String,String> animation)
Initializes a new instance of the
SVGAnimatedString class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone(String baseValue,
com.aspose.html.common.Func2<String,String> animation)
Clones the specified base value.
|
deepClone, getAnimVal, getBaseVal, getGenericKey, getKey, setBaseVal
asReadOnly, dispose, isDetached, isObserverSuppressed, isReadOnly, notifyPropertyChanged, setDetached, setObserverSuppressed, toString
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public SVGAnimatedString(String baseValue, com.aspose.html.common.Func2<String,String> animation)
Initializes a new instance of the SVGAnimatedString
class.
baseValue
- The base value.animation
- The animation.