Uses of Class
org.faceless.pdf2.PDFAnnotation

Packages that use PDFAnnotation
org.faceless.pdf2 Contains the classes used to create a PDF document 
 

Uses of PDFAnnotation in org.faceless.pdf2
 

Subclasses of PDFAnnotation in org.faceless.pdf2
 class AnnotationFile
           A subtype new PDFAnnotation that allows files to be attached to the PDF.
 class AnnotationLink
           A subtype new PDFAnnotation that performs the specified action when clicked.
 class AnnotationMarkup
          This class represents the type of PDFAnnotation created by the "Text Edit" option in Acrobat 6.
 class AnnotationNote
          This class represents the type of PDFAnnotation created by the "Note Tool" in Acrobat.
 class AnnotationRichMedia
          This class is a type of PDFAnnotation that acts as a container for interactive media such as Flash and (eventually) video.
 class AnnotationShape
          Creates an annotation based on the specified Shape.
 class AnnotationSound
           A subtype of PDFAnnotation that allows audio samples to be attached to the PDF.
 class AnnotationStamp
          A "Rubber-Stamp" annotation, which can also contain a longer message in an associated pop-up window.
 class AnnotationText
          This class represents the type of PDFAnnotation created by the "Text Markup" tool in Acrobat.
 class WidgetAnnotation
          The WidgetAnnotation class represents the type of annotation used to represent the visual contents of a FormElement on the page.
 

Methods in org.faceless.pdf2 that return PDFAnnotation
 PDFAnnotation[] PDFPage.endTextLink()
           End the "link" section in the text, analogous to the </A> tag in HTML.
 PDFAnnotation PDFAnnotation.getInReplyTo()
          Return the PDFAnnotation that this annotation is in reply to, or null if this annotation is not in reply to anything.
 PDFAnnotation PDFAnnotation.getPopup()
          Return the Popup annotation for this annotation.
 

Methods in org.faceless.pdf2 with parameters of type PDFAnnotation
static boolean PagePainter.hasAnnotationState(PDFAnnotation annotation, String state)
          Deprecated. replaced by hasAppearanceState(java.lang.String)
 boolean PagePainter.paintAnnotation(PDFAnnotation annotation, String state, Graphics2D graphics, float[] rect)
          Paint a single annotation.
 void PDFAnnotation.setInReplyTo(PDFAnnotation annotation)
          Set which annotation this annotation is in reply to.
 



Copyright © 2001-2012 Big Faceless Organization