ISVGNumberList interface
Defines a list of SVGNumber objects.
The ISVGNumberList interface has the same attributes and methods as other SVGxxxList interfaces. You should consider using a single base class to implement the various SVGxxxList interfaces.
You can designate an ISVGNumberList object as read-only so that any attempts to modify the object cause an exception to be thrown.
Members
The ISVGNumberList interface inherits from the IDispatch interface. ISVGNumberList also has these types of members:
- Methods
- Properties
Methods
The ISVGNumberList interface has these methods.
Method | Description |
---|---|
ISVGTransformList::appendItem | Inserts a new item at the end of the list. |
ISVGTransformList::clear | Clears all existing items from the list, which creates an empty list. |
ISVGTransformList::getItem | Returns the specified item from a list. |
ISVGTransformList::initialize | Clears current items from the list and re-initializes the list to contain the specified item. |
ISVGTransformList::insertItemBefore | Inserts a new item into a list at a specified position. |
ISVGTransformList::removeItem | Removes an existing item from the list. |
ISVGTransformList::replaceItem | Replaces a specified existing item in the list with a specified new item. |
Properties
The ISVGNumberList interface has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Gets or sets the number of items in a list. |
Requirements
Minimum supported client |
Windows Vista with SP1, Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |