SubmitFormFlag

Inheritance: java.lang.Object, java.lang.Enum

public enum SubmitFormFlag extends Enum<SubmitFormFlag>

Enumeration of possible submit form flags.

Fields

FieldDescription
FdfData will be returned in FDF format.
HtmlData will be returned in HTML format.
XfdfData will be returned in XFDF format.
FdfWithCommentsData will be returned in FDF format with comments.
XfdfWithCommentsData will be returned in XFDF format with comments.
PdfWhole PDF file will be submitted.

Methods

MethodDescription
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.

Pdf

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:

ParameterTypeDescription
namejava.lang.String

Returns: SubmitFormFlag

getValue()

public int getValue()

Returns: int