java.lang.Object | |
↳ | com.pdftron.pdf.KeyStrokeActionResult |
A class that contains information from a KeyStrokeAction
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | destroy() | ||||||||||
String |
getText()
The new text to be added.
| ||||||||||
boolean |
isValid()
Indicates whether the added text passed validation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 |
---|