SVGs
A collection of SVG files.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
SVG [] (index:Number)
Returns the SVG with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
SVG add (withProperties:Object)
Creates a new SVG.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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 |
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 |
The ID. |
SVG itemByName (name:String)
Returns the SVG with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
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 |
The SVG, index, or name at the beginning of the range. Can accept: SVG, Long Integer or String. |
to |
LongInteger |
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 |
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 |
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
Spread.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