SVGs

A collection of SVG files.

Methods:

[], add, 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

SVG [] (index:Number)

Returns the SVG with the specified index.

Parameter

Type

Description

index

Number

The index.

SVG add (withProperties:Object)

Creates a new SVG.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new SVG (Optional)

SVG anyItem ()

Returns any SVG in the collection.

Number count ()

Displays the number of elements in the SVG.

SVG everyItem ()

Returns every SVG in the collection.

SVG firstItem ()

Returns the first SVG in the collection.

SVG item (index:Varies LongInteger String)

Returns the SVG with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

The index or name. Can accept: Long Integer or String.

SVG itemByID (id:Number)

Returns the SVG with the specified ID.

Parameter

Type

Description

id

Number

The ID.

SVG itemByName (name:String)

Returns the SVG with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the SVGs within the specified range.

Parameter

Type

Description

from

LongInteger

SVG

String

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

to

LongInteger

SVG

String

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

SVG lastItem ()

Returns the last SVG in the collection.

SVG middleItem ()

Returns the middle SVG in the collection.

SVG nextItem (obj:SVG)

Returns the SVG whose index follows the specified SVG in the collection.

Parameter

Type

Description

obj

SVG

The SVG whose index comes before the desired SVG.

SVG previousItem (obj:SVG)

Returns the SVG with the index previous to the specified index.

Parameter

Type

Description

obj

SVG

The index of the SVG that follows the desired SVG.

String toSource ()

Generates a string which, if executed, will return the SVG.

Object of

PlaceGun.svgs

FormField.svgs

Button.svgs

State.svgs

MultiStateObject.svgs

CheckBox.svgs

ComboBox.svgs

ListBox.svgs

RadioButton.svgs

TextBox.svgs

SignatureField.svgs

Movie.svgs

Sound.svgs

PageItem.svgs

Oval.svgs

Rectangle.svgs

GraphicLine.svgs

Polygon.svgs

Group.svgs

Image.svgs

EPS.svgs

PDF.svgs

WMF.svgs

PICT.svgs

Graphic.svgs

SplineItem.svgs

EPSText.svgs

ImportedPage.svgs

SVG.svgs

MediaItem.svgs

Snippet.svgs

HtmlItem.svgs

TextFrame.svgs

EndnoteTextFrame.svgs

XMLElement.svgs