public class DOMObject
extends com.aspose.ms.System.ComponentModel.INotifyPropertyChanged
The DOMObject type is used to represent an base object for the entire Document Object Model. For Java and ECMAScript, DOMObject is bound to the Object type.
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.lang.Event<com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler> |
PropertyChangedImpl |
Constructor and Description |
---|
DOMObject() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.javascript.Instance> |
getCurrentValues() |
com.aspose.html.ObjectState |
getObjectState() |
com.aspose.html.bindings.RuntimesBinding |
getRuntimesBinding() |
void |
onPropertyChanged(String propertyName)
Occurs when a property value changes.
|
void |
setCurrentValues(com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.javascript.Instance> value) |
void |
setObjectState(com.aspose.html.ObjectState value) |
void |
setRuntimesBinding(com.aspose.html.bindings.RuntimesBinding value) |
public final com.aspose.ms.lang.Event<com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler> PropertyChangedImpl
public com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.javascript.Instance> getCurrentValues()
public void setCurrentValues(com.aspose.ms.System.Collections.Generic.Dictionary<String,com.aspose.javascript.Instance> value)
public com.aspose.html.ObjectState getObjectState()
public void setObjectState(com.aspose.html.ObjectState value)
public com.aspose.html.bindings.RuntimesBinding getRuntimesBinding()
public void setRuntimesBinding(com.aspose.html.bindings.RuntimesBinding value)
public void onPropertyChanged(String propertyName)
Occurs when a property value changes.