new KeyStrokeActionResult()
[Missing documentation]
Extends
Methods
-
copy()
-
Copy Constructor
Returns:
A promise that resolves to an object of type: "PDFNet.KeyStrokeActionResult"- Type
- Promise.<Core.PDFNet.KeyStrokeActionResult>
-
destroy()
-
Destructor
- Inherited From:
Returns:
- Type
- Promise.<void>
-
getText()
-
Returns:
A promise that resolves to an object of type: "string"- Type
- Promise.<string>
-
isValid()
-
Returns:
A promise that resolves to an object of type: "boolean"- Type
- Promise.<boolean>
-
takeOwnership()
-
Take the ownership of this object, so that PDFNet.runWithCleanup won't destroy this object.
- Inherited From:
Returns:
- Type
- void