PDFExportPresets
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
PDFExportPreset [] (index:
number)
Returns the PDFExportPreset with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
PDFExportPreset add ([withProperties:
Object])
Creates a new PDFExportPreset.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new PDFExportPreset (Optional) |
PDFExportPreset anyItem ()
Returns any PDFExportPreset in the collection.
number count ()
Displays the number of elements in the PDFExportPreset.
Array of PDFExportPreset everyItem ()
Returns every PDFExportPreset in the collection.
PDFExportPreset firstItem ()
Returns the first PDFExportPreset in the collection.
PDFExportPreset item (index:
any)
Returns the PDFExportPreset with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
PDFExportPreset itemByName (name:
string)
Returns the PDFExportPreset with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of PDFExportPreset itemByRange (from:
any, to:
any)
Returns the PDFExportPresets within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer PDFExportPreset String | The PDFExportPreset, index, or name at the beginning of the range. Can accept: PDFExportPreset, Long Integer or String. |
to | Long Integer PDFExportPreset String | The PDFExportPreset, index, or name at the end of the range. Can accept: PDFExportPreset, Long Integer or String. |
PDFExportPreset lastItem ()
Returns the last PDFExportPreset in the collection.
PDFExportPreset middleItem ()
Returns the middle PDFExportPreset in the collection.
PDFExportPreset nextItem (obj:
PDFExportPreset)
Returns the PDFExportPreset whose index follows the specified PDFExportPreset in the collection.
Parameter | Type | Description |
---|---|---|
obj | PDFExportPreset | The PDFExportPreset whose index comes before the desired PDFExportPreset. |
PDFExportPreset previousItem (obj:
PDFExportPreset)
Returns the PDFExportPreset with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | PDFExportPreset | The index of the PDFExportPreset that follows the desired PDFExportPreset. |
string toSource ()
Generates a string which, if executed, will return the PDFExportPreset.
Element of
Application.pdfExportPresets
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |