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 class
FieldOptions.Builder
Builds aFieldOptions
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldLocation
getFieldLocation()
Returns aFieldLocation
instance specifying coordinates for the electronic seal.String
getFieldName()
Returns the intended field name to be used.Integer
getPageNumber()
Returns the intended page number for the electronic seal.Boolean
isVisible()
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 aFieldLocation
instance specifying coordinates for the electronic seal.- Returns:
- the seal field location options
-
-