WMFs

A collection of WMF graphics.

Methods:

[], anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

WMF everyItem ()

Returns every WMF in the collection.

WMF firstItem ()

Returns the first WMF in the collection.

WMF item (index:Varies LongInteger String)

Returns the WMF with the specified index or name.

Parameter

Type

Description

index

LongInteger

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.

WMF itemByRange (from:Varies LongInteger WMF String, to:Varies LongInteger WMF String)

Returns the WMFs within the specified range.

Parameter

Type

Description

from

LongInteger

WMF

String

The WMF, index, or name at the beginning of the range. Can accept: WMF, Long Integer or String.

to

LongInteger

WMF

String

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.

Object of

PlaceGun.wmfs

Button.wmfs

State.wmfs

MultiStateObject.wmfs

CheckBox.wmfs

ComboBox.wmfs

ListBox.wmfs

RadioButton.wmfs

TextBox.wmfs

SignatureField.wmfs

Oval.wmfs

Rectangle.wmfs

GraphicLine.wmfs

Polygon.wmfs

SplineItem.wmfs

Snippet.wmfs

XMLElement.wmfs