Class RemoteSignatureFieldParameters
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.parameters.RemoteSignatureFieldParameters
- All Implemented Interfaces:
Serializable
Defines signature field box for a visual PDF signature/timestamp creation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the field Id to be signedGets the signature field box heightGets the upper left X coordinateGets the upper left Y coordinategetPage()Gets the page number to create the signature onGets the signature field rotationgetWidth()Gets the signature field box widthinthashCode()voidsetFieldId(String fieldId) Sets the field Id to be signed NOTE: to be used only when the field is already exists within a PDF filevoidSets the signature field box heightvoidsetOriginX(Float originX) Sets the upper left X coordinatevoidsetOriginY(Float originY) Sets the upper left Y coordinatevoidSets the page number to create the signature onvoidsetRotation(VisualSignatureRotation rotation) Sets the signature field rotationvoidSets the signature field box widthtoString()
-
Constructor Details
-
RemoteSignatureFieldParameters
public RemoteSignatureFieldParameters()Default constructor instantiating object with null values
-
-
Method Details
-
getFieldId
-
setFieldId
-
getOriginX
-
setOriginX
-
getOriginY
-
setOriginY
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getRotation
Gets the signature field rotation- Returns:
VisualSignatureRotation
-
setRotation
Sets the signature field rotation- Parameters:
rotation-VisualSignatureRotation
-
getPage
-
setPage
-
hashCode
-
equals
-
toString
-