The WPClickHere class defines API properties that operate on Click Here blocks. Click Here blocks are placeholders that help you create or use a document. If you insert Click Here blocks in a document, readers of your document can TAB to each block to be prompted to enter information. [[How robust is this feature in WP? In WordPro you can do a lot with Click Here blocks, it seems.]] WPClickHere defines the following properties:
String setPrompt() /* Returns the text that is displayed to prompt the user for input. */
void setPrompt(String prompt) /* Sets the text to display to prompt the user for input. */
String getText() /* Returns the text that is currently in the Click Here block. */
void setText(String text) /* Sets new text in the Click Here block. */
boolean isChanged() /* Indicates whether the user has changed the text in the block. */