| |
|
| java.lang.Object com.lowagie.text.pdf.internal.PdfAnnotationsImp
PdfAnnotationsImp | public class PdfAnnotationsImp (Code) | | |
Field Summary | |
protected PdfAcroForm | acroForm This is the AcroForm object for the complete document. | protected ArrayList | annotations This is the array containing the references to annotations
that were added to the document. | protected ArrayList | delayedAnnotations This is an array containg references to some delayed annotations
(that were added for a page that doesn't exist yet). |
acroForm | protected PdfAcroForm acroForm(Code) | | This is the AcroForm object for the complete document.
|
annotations | protected ArrayList annotations(Code) | | This is the array containing the references to annotations
that were added to the document.
|
delayedAnnotations | protected ArrayList delayedAnnotations(Code) | | This is an array containg references to some delayed annotations
(that were added for a page that doesn't exist yet).
|
getAcroForm | public PdfAcroForm getAcroForm()(Code) | | Gets the AcroForm object.
the PdfAcroform object of the PdfDocument |
hasUnusedAnnotations | public boolean hasUnusedAnnotations()(Code) | | |
hasValidAcroForm | public boolean hasValidAcroForm()(Code) | | Checks if the AcroForm is valid.
|
resetAnnotations | public void resetAnnotations()(Code) | | |
setSigFlags | public void setSigFlags(int f)(Code) | | |
|
|
|