aspose.svg.dom.attributes
The Aspose.Svg.Dom.Attributes namespace contains unified attribute classes which specifies or qualifies any object (node, element, …) feature or behavior.
Classes
Class | Description |
---|---|
DOMConstructorAttribute | Specifies a constructor that is defined by the W3C. |
DOMNameAttribute | Specifies the official DOM object name as it defined by the W3C. |
DOMNamedPropertyGetterAttribute | Specifies that the method will be used as named property getter. |
DOMNoInterfaceObjectAttribute | If the [NoInterfaceObject] extended attribute appears on an interface, it indicates that an interface object will not exist for the interface in the ECMAScript binding. |
DOMNullableAttribute | Specifies a DOM object can be assigned null value. |
DOMObjectAttribute | Specifies that object is marked with this attribute is defined by the W3C. |
DOMTreatNullAsAttribute | Indicates that null of the member value will be treated as specified value. |
Enumerations
Enumeration | Description |
---|---|
Accessors | Represents the enumeration of member accessors that is defined by the W3C. |