Package com.lowagie.text.pdf.interfaces
Interface PdfAnnotations
- All Known Implementing Classes:
FdfWriter.Wrt
,PdfCopy
,PdfCopyFieldsImp
,PdfCopyFormsImp
,PdfSmartCopy
,PdfStamperImp
,PdfWriter
,UnembedFontPdfSmartCopy
public interface PdfAnnotations
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(PdfAnnotation annot) Use this methods to add aPdfAnnotation
or aPdfFormField
to the document.void
addCalculationOrder
(PdfFormField annot) Use this method to adds thePdfAnnotation
to the calculation order array.Use this methods to get the AcroForm object.void
setSigFlags
(int f) Use this method to set the signature flags.
-
Method Details
-
getAcroForm
PdfAcroForm getAcroForm()Use this methods to get the AcroForm object. Use this method only if you know what you're doing- Returns:
- the PdfAcroform object of the PdfDocument
-
addAnnotation
Use this methods to add aPdfAnnotation
or aPdfFormField
to the document. Only the top parent of aPdfFormField
needs to be added.- Parameters:
annot
- thePdfAnnotation
or thePdfFormField
to add
-
addCalculationOrder
Use this method to adds thePdfAnnotation
to the calculation order array.- Parameters:
annot
- thePdfAnnotation
to be added
-
setSigFlags
void setSigFlags(int f) Use this method to set the signature flags.- Parameters:
f
- the flags. This flags are ORed with current ones
-