static OperationFormsExport.FormatEnum |
OperationFormsExport.FormatEnum.fromValue(String value) |
|
@Nullable OperationFormsExport.FormatEnum |
OperationFormsExport.getFormat() |
Used to set the format for exporting the data in a PDF form: * xml = XML * fdf = FDF * xfdf = XFDF * xdp = XDP (only for PDF documents that contain XFA data) The exported data will be returned with the web service call as per the selected format.
|
static OperationFormsExport.FormatEnum |
OperationFormsExport.FormatEnum.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OperationFormsExport.FormatEnum[] |
OperationFormsExport.FormatEnum.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|