SubmitFormFlag
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum SubmitFormFlag extends Enum<SubmitFormFlag>
Enumeration of possible submit form flags.
Fields
Field | Description |
---|---|
Fdf | Data will be returned in FDF format. |
Html | Data will be returned in HTML format. |
Xfdf | Data will be returned in XFDF format. |
FdfWithComments | Data will be returned in FDF format with comments. |
XfdfWithComments | Data will be returned in XFDF format with comments. |
Whole PDF file will be submitted. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) | |
getValue() |
Fdf
public static final SubmitFormFlag Fdf
Data will be returned in FDF format.
Html
public static final SubmitFormFlag Html
Data will be returned in HTML format.
Xfdf
public static final SubmitFormFlag Xfdf
Data will be returned in XFDF format.
FdfWithComments
public static final SubmitFormFlag FdfWithComments
Data will be returned in FDF format with comments.
XfdfWithComments
public static final SubmitFormFlag XfdfWithComments
Data will be returned in XFDF format with comments.
public static final SubmitFormFlag Pdf
Whole PDF file will be submitted.
values()
public static SubmitFormFlag[] values()
Returns: com.aspose.pdf.facades.SubmitFormFlag[]
valueOf(String name)
public static SubmitFormFlag valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: SubmitFormFlag
getValue()
public int getValue()
Returns: int