IWP_ClickHere Interface
The IWP_ClickHere contains various public methods that operate on clickhere
blocks. IWP_ClickHere contains the following methods:
Return |
Function Call |
Description |
String |
getPrompt() |
gets the prompt text |
void |
setPrompt(String prompt) |
sets the prompt text |
String |
getText() |
returns the text currently in the ClickHere block |
void |
setText(String text) |
sets the text for the ClickHere block |
boolean |
isChanged() |
indicates whether or not the user has changed the text in
the block |
The following methods are from IWP_Base and can be used on an
IWP_ClickHere object, because IWP_ClickHere extends IWP_Base.
Return |
Function Call |
Description |
String |
getName() |
retreives the name of an object |
Boolean |
setName(String name) |
sets the name of an object |
See Also
WordProcessor Overview
WordProcessor examples