[]
Represents an action that launches an application or opens or prints a document.
new ActionLaunch(om): ActionLaunch;
Creates a new ActionLaunch.
ObjectManager that controls the lifetime of the ActionLaunch.
ActionLaunch
ActionBase.constructor
new ActionLaunch(): ActionLaunch;
Creates a new ActionLaunch.
ActionLaunch
ActionBase.constructor
get file(): FileSpecification;
Gets or sets the file to launch or open.
get id(): number;
Gets the reference to the object.
number
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.
boolean
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get win(): ActionLaunchWinAttrs;
Gets or sets the windows-specific launch parameters.
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void