Package eu.europa.esig.dss.pdf
Class PdfAnnotation
java.lang.Object
eu.europa.esig.dss.pdf.PdfAnnotation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns theAnnotationBox
getName()
Returns a name of the annotationint
hashCode()
boolean
isSigned()
Gets whether the annotation field is signedvoid
Sets a name of the annotationvoid
setSigned
(boolean signed) Sets whether the annotation field is signedtoString()
-
Constructor Details
-
PdfAnnotation
Default constructor- Parameters:
annotationBox
-AnnotationBox
-
-
Method Details
-
getAnnotationBox
-
getName
-
setName
-
isSigned
public boolean isSigned()Gets whether the annotation field is signed- Returns:
- TRUE if the annotation field contains a signature, FALSE otherwise
-
setSigned
public void setSigned(boolean signed) Sets whether the annotation field is signed- Parameters:
signed
- whether the annotation field is signed
-
hashCode
-
equals
-
toString
-