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


Method Summary
 java.lang.String getBookmarkName()
          Gets the name of bookmark.
 boolean getCancel()
          Gets or sets a value indicating whether cancel to answer the question.
 java.lang.String getDefaultResponse()
          Gets the default response.
 Field getField()
          Gets
 java.lang.String getPromptText()
          Gets the prompt text;
 java.lang.String getResponseText()
          Gets or sets the response text.
 void setCancel(boolean value)
          Gets or sets a value indicating whether cancel to answer the question.
 void setResponseText(java.lang.String value)
          Gets or sets the response text.
 

Method Detail

getField

public Field getField()
Gets


getPromptText

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


getDefaultResponse

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


getResponseText

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


setResponseText

public void setResponseText(java.lang.String value)
Gets or sets the response text.


getCancel

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


setCancel

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


getBookmarkName

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