|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfAnnotations
Method Summary | |
---|---|
void |
addAnnotation(PdfAnnotation annot)
Use this methods to add a PdfAnnotation or a PdfFormField
to the document. |
void |
addCalculationOrder(PdfFormField annot)
Use this method to adds the PdfAnnotation
to the calculation order array. |
PdfAcroForm |
getAcroForm()
Use this methods to get the AcroForm object. |
void |
setSigFlags(int f)
Use this method to set the signature flags. |
Method Detail |
---|
PdfAcroForm getAcroForm()
void addAnnotation(PdfAnnotation annot)
PdfAnnotation
or a PdfFormField
to the document. Only the top parent of a PdfFormField
needs to be added.
annot
- the PdfAnnotation
or the PdfFormField
to addvoid addCalculationOrder(PdfFormField annot)
PdfAnnotation
to the calculation order array.
annot
- the PdfAnnotation
to be addedvoid setSigFlags(int f)
f
- the flags. This flags are ORed with current ones
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |