java.lang.Object | |
↳ | com.pdftron.pdf.KeyStrokeActionResult |
A class that contains information from a KeyStrokeAction
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
close()
Frees the native memory of the object.
| ||||||||||
void | destroy() | ||||||||||
String |
getText()
The new text to be added.
| ||||||||||
boolean |
isValid()
Indicates whether the added text passed validation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
The new text to be added. For example, getText() could return an upper case version of the text entered by user.
PDFNetException |
---|
Indicates whether the added text passed validation. returns true if it is, otherwise returns false
PDFNetException |
---|