|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.internal.PdfAnnotationsImp
public class PdfAnnotationsImp
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 containing references to some delayed annotations (that were added for a page that doesn't exist yet). |
Constructor Summary | |
---|---|
PdfAnnotationsImp(PdfWriter writer)
|
Method Summary | |
---|---|
void |
addAnnotation(PdfAnnotation annot)
|
void |
addCalculationOrder(PdfFormField formField)
|
(package private) void |
addFormFieldRaw(PdfFormField field)
|
void |
addPlainAnnotation(PdfAnnotation annot)
|
static PdfAnnotation |
convertAnnotation(PdfWriter writer,
Annotation annot,
Rectangle defaultRect)
|
PdfAcroForm |
getAcroForm()
Gets the AcroForm object. |
boolean |
hasUnusedAnnotations()
|
boolean |
hasValidAcroForm()
Checks if the AcroForm is valid. |
void |
resetAnnotations()
|
PdfArray |
rotateAnnotations(PdfWriter writer,
Rectangle pageSize)
|
void |
setSigFlags(int f)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PdfAcroForm acroForm
protected ArrayList annotations
protected ArrayList delayedAnnotations
Constructor Detail |
---|
public PdfAnnotationsImp(PdfWriter writer)
Method Detail |
---|
public boolean hasValidAcroForm()
public PdfAcroForm getAcroForm()
public void setSigFlags(int f)
public void addCalculationOrder(PdfFormField formField)
public void addAnnotation(PdfAnnotation annot)
public void addPlainAnnotation(PdfAnnotation annot)
void addFormFieldRaw(PdfFormField field)
public boolean hasUnusedAnnotations()
public void resetAnnotations()
public PdfArray rotateAnnotations(PdfWriter writer, Rectangle pageSize)
public static PdfAnnotation convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) throws IOException
IOException
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |