com.spire.doc.fields
Class AskFieldEventArgs

java.lang.Object
  extended by com.spire.doc.fields.AskFieldEventArgs
All Implemented Interfaces:
IFieldsEventArgs

public class AskFieldEventArgs
extends java.lang.Object
implements IFieldsEventArgs

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

getField

public Field getField()
Gets the Field

Specified by:
getField in interface IFieldsEventArgs
Returns:
Field

getPromptText

public java.lang.String getPromptText()
Gets the prompt text;

Returns:
String

getDefaultResponse

public java.lang.String getDefaultResponse()
Gets the default response.

Returns:
String

getResponseText

public java.lang.String getResponseText()
Gets the response text.

Returns:
String

setResponseText

public void setResponseText(java.lang.String value)
Sets the response text.

Parameters:
value - String

getCancel

public boolean getCancel()
Gets a value indicating whether cancel to answer the question.

Returns:
boolean

setCancel

public void setCancel(boolean value)
Sets a value indicating whether cancel to answer the question.

Parameters:
value - boolean

getBookmarkName

public java.lang.String getBookmarkName()
Gets the name of bookmark.

Returns:
String