Package com.winnovative_software
Class PdfFormSubmitFlags
java.lang.Object
com.winnovative_software.PdfFormSubmitFlags
The submit form action flags to be combined to express various
characteristics of the action
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
If set, any submitted field values representing dates shall be converted to the standard formatstatic final int
static final int
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).static final int
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).static final int
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear) and the IncludeAnnotations flag is set.static final int
Meaningful only if the SubmitPDF and XFDF flags are clear.static final int
If set, field names and values shall be submitted using an HTTP GET request.static final int
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).static final int
Shall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear).static final int
If clear, the Fields array specifies which fields to include in the submission.static final int
If set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted, regardless of whether they have a value.static final int
If set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data.static final int
If set, the document shall be submitted as PDF, using the MIME content type application/pdf.static final int
Shall be used only if the SubmitPDF flags are clear. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Default
public static final int Default- See Also:
-
IncludeExclude
public static final int IncludeExcludeIf clear, the Fields array specifies which fields to include in the submission. If set, the Fields array tells which fields to exclude- See Also:
-
IncludeNoValueFields
public static final int IncludeNoValueFieldsIf set, all fields designated by the Fields array and the Include/Exclude flag shall be submitted, regardless of whether they have a value. For fields without a value, only the field name shall be transmitted. If clear, fields without a value shall not be submitted- See Also:
-
ExportFormat
public static final int ExportFormatMeaningful only if the SubmitPDF and XFDF flags are clear. If set, field names and values shall be submitted in HTML Form format. If clear, they shall be submitted in Forms Data Format- See Also:
-
GetMethod
public static final int GetMethodIf set, field names and values shall be submitted using an HTTP GET request. If clear, they shall be submitted using a POST request. This flag is meaningful only when the ExportFormat flag is set; if ExportFormat is clear, this flag shall also be clear- See Also:
-
SubmitCoordinates
public static final int SubmitCoordinatesIf set, the coordinates of the mouse click that caused the submit-form action shall be transmitted as part of the form data. The coordinate values are relative to the upper-left corner of the field’s widget annotation rectangle. This flag shall be used only when the ExportFormat flag is set. If ExportFormat is clear, this flag shall also be clear- See Also:
-
XFDF
public static final int XFDFShall be used only if the SubmitPDF flags are clear. If set, field names and values shall be submitted as XFDF- See Also:
-
IncludeAppendSaves
public static final int IncludeAppendSavesShall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF file shall include the contents of all incremental updates to the underlying PDF document, as contained in the Differences entry in the FDF dictionary. If clear, the incremental updates shall not be included- See Also:
-
IncludeAnnotations
public static final int IncludeAnnotationsShall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF file shall include includes all markup annotations in the underlying PDF document. If clear, markup annotations shall not be included- See Also:
-
SubmitPDF
public static final int SubmitPDFIf set, the document shall be submitted as PDF, using the MIME content type application/pdf. If set, all other flags shall be ignored except GetMethod- See Also:
-
CanonicalFormat
public static final int CanonicalFormatIf set, any submitted field values representing dates shall be converted to the standard format- See Also:
-
ExclNonUserAnnots
public static final int ExclNonUserAnnotsShall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear) and the IncludeAnnotations flag is set. If set, it shall include only those markup annotations whose T entry matches the name of the current user, as determined by the remote server to which the form is being submitted.- See Also:
-
ExclFKey
public static final int ExclFKeyShall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). If set, the submitted FDF shall exclude the F entry.- See Also:
-
EmbedForm
public static final int EmbedFormShall be used only when the form is being submitted in Forms Data Format (that is, when both the XFDF and ExportFormat flags are clear). 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- See Also:
-
-
Constructor Details
-
PdfFormSubmitFlags
public PdfFormSubmitFlags()
-