WatermarkPreference
Watermark preference
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, Number, Object, String, UIColors, WatermarkHorizontalPositionEnum, WatermarkVerticalPositionEnum
Hierarchy:
Superclass: Preference
Class: WatermarkPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
readonly |
The parent of the WatermarkPreference (a Document or Application). |
||
read/write |
A property that allows setting of several properties at the same time. |
||
read/write |
Watermark do print for a document |
||
read/write |
Watermark draw in back for a document |
||
Array of 3 Reals (0 - 255) |
read/write |
Watermark font color for a document. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
|
read/write |
Watermark font family display name |
||
read/write |
Watermark font point size for a document |
||
read/write |
Watermark font style name |
||
read/write |
Watermark horizontal offset for a document |
||
read/write |
Watermark horizontal position enum for a document |
||
Number (range 0 - 100) |
read/write |
Watermark opacity (as a percentage). (Range: 0 to 100) |
|
read/write |
Watermark rotation for a document |
||
read/write |
Watermark text for a document |
||
read/write |
Watermark vertical offset for a document |
||
read/write |
Watermark vertical position enum for a document |
||
read/write |
Watermark visibility for a document |
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) |
WatermarkPreference 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 WatermarkPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Application.watermarkPreferences
Document.watermarkPreferences