SignedSignatureField
, UnsignedSignatureField
public abstract class SignatureField extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
Rectangle |
getBoundingBox() |
The location on the page (Getter)
|
java.lang.String |
getFieldName() |
The name of the signature field (Getter)
|
int |
getPageNumber() |
The number of the page where this signature is located (Getter)
|
equals, hashCode
public java.lang.String getFieldName()
java.lang.IllegalStateException
- If the object has already been closedpublic int getPageNumber() throws NotFoundException
getBoundingBox()
.java.lang.IllegalStateException
- If the object has already been closed.NotFoundException
- If the field is not properly linked to a page.public Rectangle getBoundingBox()
null
if the signature field has no visual appearance.java.lang.IllegalStateException
- If the object has already been closed