WMFs
A collection of WMF graphics.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the WMF.
WMF item( Mixed index )
Returns the WMF with the specified index or name.
Parameters
WMF itemByName( String name )
Returns the WMF with the specified name.
Parameters
WMF itemByID( Number id )
Returns the WMF with the specified ID.
Parameters
WMF itemByRange( Mixed from, Mixed to )
Returns the WMFs within the specified range.
Parameters
WMF firstItem()
Returns the first WMF in the collection.
WMF lastItem()
Returns the last WMF in the collection.
WMF middleItem()
Returns the middle WMF in the collection.
WMF previousItem( WMF obj )
Returns the WMF with the index previous to the specified index.
Parameters
WMF nextItem( WMF obj )
Returns the WMF whose index follows the specified WMF in the collection.
Parameters
WMF anyItem()
Returns any WMF in the collection.
WMF everyItem()
Returns every WMF in the collection.
String toSource()
Generates a string which, if executed, will return the WMF.
WMF []( Number index )
Returns the WMF with the specified index.