Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ PDFExportPreset |
| anyItem( | ) |
→ PDFExportPreset |
| count( | ) |
→ number |
| everyItem( | ) |
→ PDFExportPreset |
| firstItem( | ) |
→ PDFExportPreset |
| item( | index) |
→ PDFExportPreset |
| itemByName( | name) |
→ PDFExportPreset |
| itemByRange( | from, to) |
→ PDFExportPreset |
| lastItem( | ) |
→ PDFExportPreset |
| nextItem( | obj) |
→ PDFExportPreset |
| previousItem( | obj) |
→ PDFExportPreset |
| toSource( | ) |
→ string |
-
add( [withProperties])→ PDFExportPreset -
Creates a new PDFExportPreset.
withPropertiesObject Initial values for properties of the new PDFExportPreset (Optional) -
anyItem( )→ PDFExportPreset -
Returns any PDFExportPreset in the collection.
-
count( )→ number -
Displays the number of elements in the PDFExportPreset.
-
everyItem( )→ PDFExportPreset -
Returns every PDFExportPreset in the collection.
-
firstItem( )→ PDFExportPreset -
Returns the first PDFExportPreset in the collection.
-
item( index)→ PDFExportPreset -
Returns the PDFExportPreset with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByName( name)→ PDFExportPreset -
Returns the PDFExportPreset with the specified name.
namestring The name. -
itemByRange( from, to)→ PDFExportPreset -
Returns the PDFExportPresets within the specified range.
fromThe PDFExportPreset, index, or name at the beginning of the range. Can accept: PDFExportPreset, Long Integer or String. toThe PDFExportPreset, index, or name at the end of the range. Can accept: PDFExportPreset, Long Integer or String. -
lastItem( )→ PDFExportPreset -
Returns the last PDFExportPreset in the collection.
-
middleItem( )→ PDFExportPreset -
Returns the middle PDFExportPreset in the collection.
-
nextItem( obj)→ PDFExportPreset -
Returns the PDFExportPreset whose index follows the specified PDFExportPreset in the collection.
objPDFExportPreset The PDFExportPreset whose index comes before the desired PDFExportPreset. -
previousItem( obj)→ PDFExportPreset -
Returns the PDFExportPreset with the index previous to the specified index.
objPDFExportPreset The index of the PDFExportPreset that follows the desired PDFExportPreset. -
toSource( )→ string -
Generates a string which, if executed, will return the PDFExportPreset.