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
ConstructorDescriptionDefault constructor instantiating object with null values -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns 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 widthint
hashCode()
void
setFieldId
(String fieldId) Sets the field Id to be signed NOTE: to be used only when the field is already exists within a PDF filevoid
Sets the signature field box heightvoid
setOriginX
(Float originX) Sets the upper left X coordinatevoid
setOriginY
(Float originY) Sets the upper left Y coordinatevoid
Sets the page number to create the signature onvoid
setRotation
(VisualSignatureRotation rotation) Sets the signature field rotationvoid
Sets 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
-