askfieldeventargs-ag凯发旗舰厅



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


网站地图