WMFs
A collection of WMF graphics.
WMFs Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the WMF with the specified index or name. |
| length |
Long |
read |
The number of WMFs in the collection. |
WMFs Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any WMF. |
| firstItem |
Object |
Returns the first WMF. |
| itemByID |
Object |
Returns the WMF with the specified ID. |
| itemByRange |
Objects |
Returns the WMFs within the specified range. |
| lastItem |
Object |
Returns the last WMF. |
| middleItem |
Object |
Returns the middle WMF. |
| nextItem |
Object |
Returns the next WMF. |
| previousItem |
Object |
Returns the previous WMF. |