[]
        
(Showing Draft Content)

ActionLaunch

Class: ActionLaunch

Represents an action that launches an application or opens or prints a document.

Extends

Constructors

Constructor

new ActionLaunch(om): ActionLaunch;

Creates a new ActionLaunch.

Parameters

om

ObjectManager

ObjectManager that controls the lifetime of the ActionLaunch.

Returns

ActionLaunch

Overrides

ActionBase.constructor

Constructor

new ActionLaunch(): ActionLaunch;

Creates a new ActionLaunch.

Returns

ActionLaunch

Overrides

ActionBase.constructor

Accessors

file

Get Signature

get file(): FileSpecification;

Gets or sets the file to launch or open.

See
Returns

FileSpecification


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ActionBase.id


newWindow

Get Signature

get newWindow(): boolean;

Gets or sets a value indicating whether to open the destination document in a new window. This property is ignored if the action is not targeting a PDF document.

Returns

boolean


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ActionBase.om


win

Get Signature

get win(): ActionLaunchWinAttrs;

Gets or sets the windows-specific launch parameters.

Returns

ActionLaunchWinAttrs

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ActionBase.free


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ActionBase.rebind