new KeyStrokeEventData()
[Missing documentation]
Extends
Methods
-
<static> create(field_name, current, change, selection_start, selection_end)
-
Constructor
Parameters:
Name Type Description field_name
string current
string change
string selection_start
number selection_end
number Returns:
A promise that resolves to an object of type: "PDFNet.KeyStrokeEventData"- Type
- Promise.<Core.PDFNet.KeyStrokeEventData>
-
copy()
-
Copy Constructor
Returns:
A promise that resolves to an object of type: "PDFNet.KeyStrokeEventData"- Type
- Promise.<Core.PDFNet.KeyStrokeEventData>
-
destroy()
-
Destructor
- Inherited From:
Returns:
- Type
- Promise.<void>
-
takeOwnership()
-
Take the ownership of this object, so that PDFNet.runWithCleanup won't destroy this object.
- Inherited From:
Returns:
- Type
- void