Class FieldOptions
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.electronicseal.FieldOptions
-
public class FieldOptions extends Object
Parameters specifying options related to the seal field required forPDFElectronicSealParams.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldOptions.BuilderBuilds aFieldOptionsinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldLocationgetFieldLocation()Returns aFieldLocationinstance specifying coordinates for the electronic seal.StringgetFieldName()Returns the intended field name to be used.IntegergetPageNumber()Returns the intended page number for the electronic seal.BooleanisVisible()Returns the intended visibility flag for the electronic seal.
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
Returns the intended field name to be used.- Returns:
- the seal field name
-
isVisible
public Boolean isVisible()
Returns the intended visibility flag for the electronic seal.- Returns:
- the visibility flag
-
getPageNumber
public Integer getPageNumber()
Returns the intended page number for the electronic seal.- Returns:
- the page number
-
getFieldLocation
public FieldLocation getFieldLocation()
Returns aFieldLocationinstance specifying coordinates for the electronic seal.- Returns:
- the seal field location options
-
-