Package net.webpdf.wsclient.openapi
Class OperationConverterOfficeForm
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationConverterOfficeForm
-
public class OperationConverterOfficeForm extends Object
Defines the settings that are used when converting documents that have content that can be converted to an AcroForm.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description OperationConverterOfficeForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationConverterOfficeFormenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetEnabled()If \"true,\" content elements that define forms are converted into an AcroForm.inthashCode()voidsetEnabled(Boolean enabled)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public OperationConverterOfficeForm enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
If \"true,\" content elements that define forms are converted into an AcroForm. Otherwise, the elements are converted as normal content.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
-