PDFs
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
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:
any)
Returns the PDF with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long 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:
any, to:
any)
Returns the PDFs within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long String | The PDF, index, or name at the beginning of the range. Can accept: PDF, Long or String. |
to | Long String | The PDF, index, or name at the end of the range. Can accept: PDF, Long 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
Group.pdfs
Oval.pdfs
PageItem.pdfs
Polygon.pdfs
Rectangle.pdfs
State.pdfs
XMLElement.pdfs
Used in:
Asset Library.store (using: Array of any)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |