PDFExportPresets
A collection of PDF export presets.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
PDFExportPreset [] (index:Number)
Returns the PDFExportPreset with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
PDFExportPreset add (withProperties:Object)
Creates a new PDFExportPreset.
Parameter |
Type |
Description |
---|---|---|
withProperties |
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.
PDFExportPreset everyItem ()
Returns every PDFExportPreset in the collection.
PDFExportPreset firstItem ()
Returns the first PDFExportPreset in the collection.
PDFExportPreset item (index:Varies LongInteger String)
Returns the PDFExportPreset with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The name. |
PDFExportPreset itemByRange (from:Varies LongInteger PDFExportPreset String, to:Varies LongInteger PDFExportPreset String)
Returns the PDFExportPresets within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The PDFExportPreset, index, or name at the beginning of the range. Can accept: PDFExportPreset, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the PDFExportPreset that follows the desired PDFExportPreset. |
String toSource ()
Generates a string which, if executed, will return the PDFExportPreset.
Object of
Application.pdfExportPresets