|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.fields.AskFieldEventArgs
public class AskFieldEventArgs
Class AskFieldEventArgs;
Method Summary | |
---|---|
java.lang.String |
getBookmarkName()
Gets the name of bookmark. |
boolean |
getCancel()
Gets a value indicating whether cancel to answer the question. |
java.lang.String |
getDefaultResponse()
Gets the default response. |
Field |
getField()
Gets the Field |
java.lang.String |
getPromptText()
Gets the prompt text; |
java.lang.String |
getResponseText()
Gets the response text. |
void |
setCancel(boolean value)
Sets a value indicating whether cancel to answer the question. |
void |
setResponseText(java.lang.String value)
Sets the response text. |
Method Detail |
---|
public Field getField()
getField
in interface IFieldsEventArgs
public java.lang.String getPromptText()
public java.lang.String getDefaultResponse()
public java.lang.String getResponseText()
public void setResponseText(java.lang.String value)
value
- Stringpublic boolean getCancel()
public void setCancel(boolean value)
value
- booleanpublic java.lang.String getBookmarkName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |