Package eu.europa.esig.dss.pdf
Class PdfAnnotation
java.lang.Object
eu.europa.esig.dss.pdf.PdfAnnotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns theAnnotationBoxgetName()Returns a name of the annotationinthashCode()booleanisSigned()Gets whether the annotation field is signedvoidSets a name of the annotationvoidsetSigned(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
-