|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.actions.pdfaction
com.spire.pdf.actions.pdfformaction
com.spire.pdf.actions.pdfsubmitaction
public class pdfsubmitaction
represents pdf form's submit action.
this type of action allows a user to go to a resource on the internet, tipically a hypertext link.
constructor summary | |
---|---|
pdfsubmitaction(java.lang.string url)
initializes a new instance of the class. |
method summary | |
---|---|
boolean |
getcanonicaldatetimeformat()
if set, any submitted field values representing dates are converted to the standard format. |
|
getdataformat()
gets or sets the submit data format. |
boolean |
getembedform()
gets or sets a value indicating whether to include form to submit data stream. |
boolean |
getexcludenonuserannotations()
gets or sets a value indicating whether to exclude non user annotations form submit data stream. |
|
gethttpmethod()
gets or sets the http method. |
boolean |
getinclude()
gets or sets a value indicating whether fields contained in fields collection will be included for submitting. |
boolean |
getincludeannotations()
gets or sets a value indicating whether to submit annotations. |
boolean |
getincludeincrementalupdates()
gets or sets a value indicating whether to submit form's incremental updates. |
boolean |
getincludenovaluefields()
gets or sets a value indicating whether to submit fields without value. |
boolean |
getsubmitcoordinates()
gets or sets a value indicating whether to submit mouse pointer coordinates. |
java.lang.string |
geturl()
gets an url address where the data should be transferred. |
void |
setcanonicaldatetimeformat(boolean value)
|
void |
setdataformat( value)
|
void |
setembedform(boolean value)
|
void |
setexcludenonuserannotations(boolean value)
|
void |
sethttpmethod( value)
|
void |
setinclude(boolean value)
sets a value indicating whether fields contained in collection will be included for resetting or submitting. |
void |
setincludeannotations(boolean value)
|
void |
setincludeincrementalupdates(boolean value)
|
void |
setincludenovaluefields(boolean value)
|
void |
setsubmitcoordinates(boolean value)
|
methods inherited from class com.spire.pdf.actions.pdfformaction |
---|
getfields, setfields |
methods inherited from class com.spire.pdf.actions.pdfaction |
---|
getdictionary, getnextaction, setnextaction |
constructor detail |
---|
public pdfsubmitaction(java.lang.string url)
url
- the url.method detail |
---|
public java.lang.string geturl()
public gethttpmethod()
public void sethttpmethod( value)
public boolean getcanonicaldatetimeformat()
public void setcanonicaldatetimeformat(boolean value)
public boolean getsubmitcoordinates()
public void setsubmitcoordinates(boolean value)
public boolean getincludenovaluefields()
public void setincludenovaluefields(boolean value)
public boolean getincludeincrementalupdates()
public void setincludeincrementalupdates(boolean value)
public boolean getincludeannotations()
public void setincludeannotations(boolean value)
public boolean getexcludenonuserannotations()
public void setexcludenonuserannotations(boolean value)
public boolean getembedform()
public void setembedform(boolean value)
public getdataformat()
public void setdataformat( value)
public boolean getinclude()
getinclude
in class pdfformaction
public void setinclude(boolean value)
pdfformaction
setinclude
in class pdfformaction
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |