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