public class

KeyStrokeActionResult

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.KeyStrokeActionResult

Class Overview

A class that contains information from a KeyStrokeAction

Summary

Public Methods
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

Public Methods

public void destroy ()

public String getText ()

The new text to be added. For example, getText() could return an upper case version of the text entered by user.

Returns
  • added text.

public boolean isValid ()

Indicates whether the added text passed validation. returns true if it is, otherwise returns false

Returns
  • true if passed validation, otherwise false