PrintEvent
A print event
Go to Property Listing | Method Listing
Methods:
getElements, preventDefault, stopPropagation, toSource, toSpecifier
Objects:
Boolean, Date, DocumentPrintUiOptions, EventPhases, Number, Object, String
Hierarchy:
Superclass: Event
Class: PrintEvent
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
If true, the event supports the bubbling phase of propagation. |
||
readonly |
If true, the default behavior of the event on its target can be canceled. |
||
readonly |
The current propagation target of the event. |
||
readonly |
If true, the default behavior of the event on its target has been canceled. |
||
read/write |
UI options for print document |
||
readonly |
The current propagation phase of the event. |
||
readonly |
The name of the event. |
||
readonly |
The unique ID of the PrintEvent. |
||
readonly |
The index of the PrintEvent within its containing object. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The parent of the PrintEvent (a Document). |
||
readonly |
If true, propagation of the event beyond the current target has been stopped. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
readonly |
The target of the event. |
||
readonly |
The time the event was initialized. |
Constants/Events
Method Listing
PrintEvent getElements ()
Resolves the object specifier, creating an array of object references.
undefined preventDefault ()
Cancels the default behavior of the event on its target.
undefined stopPropagation ()
Stops propagation of the event beyond the current target.
String toSource ()
Generates a string which, if executed, will return the PrintEvent.
String toSpecifier ()
Retrieves the object specifier.
Object of
MutationEvent.parent