WMFs
See also WMF.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
WMF [] (index:
number)
Returns the WMF with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
WMF anyItem ()
Returns any WMF in the collection.
number count ()
Displays the number of elements in the WMF.
Array of WMF everyItem ()
Returns every WMF in the collection.
WMF firstItem ()
Returns the first WMF in the collection.
WMF item (index:
varies)
Returns the WMF with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
WMF itemByID (id:
number)
Returns the WMF with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
WMF itemByName (name:
string)
Returns the WMF with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of WMF itemByRange (from:
varies, to:
varies)
Returns the WMFs within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String WMF | The WMF, index, or name at the beginning of the range. Can accept: WMF, Long Integer or String. |
to | Long Integer String WMF | The WMF, index, or name at the end of the range. Can accept: WMF, Long Integer or String. |
WMF lastItem ()
Returns the last WMF in the collection.
WMF middleItem ()
Returns the middle WMF in the collection.
WMF nextItem (obj:
WMF)
Returns the WMF whose index follows the specified WMF in the collection.
Parameter | Type | Description |
---|---|---|
obj | WMF | The WMF whose index comes before the desired WMF. |
WMF previousItem (obj:
WMF)
Returns the WMF with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | WMF | The index of the WMF that follows the desired WMF. |
string toSource ()
Generates a string which, if executed, will return the WMF.
Element of
Button.wmfs
GraphicLine.wmfs
MultiStateObject.wmfs
Oval.wmfs
PlaceGun.wmfs
Polygon.wmfs
Rectangle.wmfs
Snippet.wmfs
SplineItem.wmfs
State.wmfs
XMLElement.wmfs
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |