public final class SubmitFormAction extends PdfAction
Class which describes submit-form action.
Modifier and Type | Field and Description |
---|---|
static int |
CANONICAL_FORMAT
If set, any submitted field values representing dates shall be converted to the standard
format.
|
static int |
EMBED_FORM
If set, the F entry of the submitted FDF shall be a file specification containing an embedded
file stream representing the PDF file from which the FDF is being submitted.
|
static int |
EXCL_F_KEY
If set, the submitted FDF shall exclude the F entry.
|
static int |
EXCL_NON_USER_ANNOTS
If set, it shall include only those markup annotations whose T entry matches the name of the
current user.
|
static int |
EXCLUDE
If clear, the Fields array specifies which fields to include in the submission.
|
static int |
EXPORT_FORMAT
If set, field names and values shall be submitted in HTML Form format.
|
static int |
GET_METHOD
If set, field names and values shall be submitted using an HTTP GET request.
|
static int |
INCLUDE_ANNOTATIONS
If set, the submitted FDF file shall include includes all markup annotations in the
underlying PDF document.
|
static int |
INCLUDE_APPEND_SAVES
If set, the submitted FDF file shall include the contents of all incremental updates.
|
static int |
INCLUDE_NO_VALUE_FIELDS
If set, all fields designated by the Fields array and the Include/Exclude flag shall be
submitted.
|
static int |
SUBMIT_COORDINATES
If set, the coordinates of the mouse click that caused the submit-form action shall be
transmitted as part of the form data.
|
static int |
SUBMIT_PDF
If set, the document shall be submitted as PDF, using the MIME content type application/pdf.
|
static int |
XFDF
If set, field names and values shall be submitted as XFDF.
|
Constructor and Description |
---|
SubmitFormAction()
Initializes SubmitFormAction object.
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Gets flagas of submit action
|
FileSpecification |
getUrl()
Destination URL.
|
void |
setFlags(int value)
Sets flagas of submit action
|
void |
setUrl(FileSpecification value)
Destination URL.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public static final int EXCLUDE
If clear, the Fields array specifies which fields to include in the submission.
public static final int INCLUDE_NO_VALUE_FIELDS
If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted.
public static final int EXPORT_FORMAT
If set, field names and values shall be submitted in HTML Form format.
public static final int GET_METHOD
If set, field names and values shall be submitted using an HTTP GET request.
public static final int SUBMIT_COORDINATES
If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.
public static final int XFDF
If set, field names and values shall be submitted as XFDF.
public static final int INCLUDE_APPEND_SAVES
If set, the submitted FDF file shall include the contents of all incremental updates.
public static final int INCLUDE_ANNOTATIONS
If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document.
public static final int SUBMIT_PDF
If set, the document shall be submitted as PDF, using the MIME content type application/pdf.
public static final int CANONICAL_FORMAT
If set, any submitted field values representing dates shall be converted to the standard format.
public static final int EXCL_NON_USER_ANNOTS
If set, it shall include only those markup annotations whose T entry matches the name of the current user.
public static final int EXCL_F_KEY
If set, the submitted FDF shall exclude the F entry.
public static final int EMBED_FORM
If set, the F entry of the submitted FDF shall be a file specification containing an embedded file stream representing the PDF file from which the FDF is being submitted.
public int getFlags()
Gets flagas of submit action
public void setFlags(int value)
Sets flagas of submit action
value
- int valuepublic FileSpecification getUrl()
Destination URL.
public void setUrl(FileSpecification value)
Destination URL.
value
- FileSpecification value