Submit Form Action Flag
Flags specifying various characteristics of form submit action.
Entries
If set, the getFieldNames specifies fields to exclude from submit action. If not set, the getFieldNames specifies which fields to include in the submission.
If set, the target fields (getFormFieldsAsync) shall be submitted regardless of whether they have a value. If not set, fields without a value shall not be submitted.
If set, field names and values shall be submitted in HTML Form format. If not set, they shall be submitted in Forms Data format (FDF).
If set, field names and values shall be submitted using an HTTP GET request. If clear, they shall be submitted using a POST request.
If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.
If set, the submitted FDF file shall include the contents of all incremental updates to the underlying PDF document.
If set, the submitted FDF file shall include all annotations in the underlying PDF document.
If set, the document shall be submitted as PDF, using the MIME content type application/pdf. If set, all other flags shall be ignored except GET_METHOD.
If set, any submitted field values representing dates shall be converted to the standard PDF format.
If set, it form submission data shall include only those annotations whose creator property matches the name of the current user.
If set, form submission data shall include embedded file stream representing the PDF file from which the data is being submitted.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.