[]
        
(Showing Draft Content)

ActionImportData

Class: ActionImportData

Represents an action that imports FDF data into a document's interactive form from a specified file.

Extends

Constructors

Constructor

new ActionImportData(om): ActionImportData;

Creates a new ActionImportData.

Parameters

om

ObjectManager

ObjectManager that controls the lifetime of the ActionImportData.

Returns

ActionImportData

Overrides

ActionBase.constructor

Constructor

new ActionImportData(): ActionImportData;

Creates a new ActionImportData.

Returns

ActionImportData

Overrides

ActionBase.constructor

Accessors

file

Get Signature

get file(): FileSpecification;

Gets or sets the FDF file from which to import the data.

See
Returns

FileSpecification


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ActionBase.id


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ActionBase.om

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