java.lang.Object
com.lowagie.text.pdf.internal.PdfAnnotationsImp
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PdfAcroFormDeprecated.This is the AcroForm object for the complete document.protected List<PdfAnnotation> Deprecated.This is the array containing the references to annotations that were added to the document.protected List<PdfAnnotation> Deprecated.This is an array containing references to some delayed annotations (that were added for a page that doesn't exist yet). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(PdfAnnotation annot) Deprecated.voidaddCalculationOrder(PdfFormField formField) Deprecated.voidaddPlainAnnotation(PdfAnnotation annot) Deprecated.static PdfAnnotationconvertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) Deprecated.Deprecated.Gets the AcroForm object.booleanDeprecated.booleanDeprecated.Checks if the AcroForm is valid.voidDeprecated.rotateAnnotations(PdfWriter writer, Rectangle pageSize) Deprecated.voidsetSigFlags(int f) Deprecated.
-
Field Details
-
acroForm
Deprecated.This is the AcroForm object for the complete document. -
annotations
Deprecated.This is the array containing the references to annotations that were added to the document. -
delayedAnnotations
Deprecated.This is an array containing references to some delayed annotations (that were added for a page that doesn't exist yet).
-
-
Constructor Details
-
PdfAnnotationsImp
Deprecated.
-
-
Method Details
-
convertAnnotation
public static PdfAnnotation convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) throws IOException Deprecated.- Throws:
IOException
-
hasValidAcroForm
public boolean hasValidAcroForm()Deprecated.Checks if the AcroForm is valid.- Returns:
- boolean,
trueif valid elsefalse
-
getAcroForm
Deprecated.Gets the AcroForm object.- Returns:
- the PdfAcroform object of the PdfDocument
-
setSigFlags
public void setSigFlags(int f) Deprecated. -
addCalculationOrder
Deprecated. -
addAnnotation
Deprecated. -
addPlainAnnotation
Deprecated. -
hasUnusedAnnotations
public boolean hasUnusedAnnotations()Deprecated. -
resetAnnotations
public void resetAnnotations()Deprecated. -
rotateAnnotations
Deprecated.
-