PrintBookletOption
Print booklet options.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
BookletTypeOptions, Boolean, EventListeners, Events, Number, Object, PageRange, SignatureSizeOptions, String,
Hierarchy:
Superclass: Preference
Class: PrintBookletOption
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
If true, automatically adjust margins to fit the specified printer's marks and bleed area. |
||
read/write |
The amount of bleed between pages. |
||
read/write |
The type of booklet. |
||
read/write |
Bottom margin of the printed booklet. |
||
read/write |
The amount of creep (binding adjustment based on paper thickness) to add. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
Left margin of the printed booklet. |
||
read/write |
If true, make all margins equal to the top margin. |
||
read/write |
The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String. |
||
readonly |
The parent of the PrintBookletOption (a Document). |
||
read/write |
If true, print blank spreads. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
Right margin of the printed booklet. |
||
read/write |
The signature size of booklet (for perfect binding). |
||
read/write |
The amount of space between pages. |
||
read/write |
Top margin of the printed booklet. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
PrintBookletOption getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the PrintBookletOption.
String toSpecifier ()
Retrieves the object specifier.
Object of
Document.printBookletOptions
Event.parent
EventListener.parent
MutationEvent.parent