Uses of Class
org.extex.pdf.api.node.PdfAnnotation

Packages that use PdfAnnotation
org.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.pdf.api This package contains utility classes for ExTeX's pdfTeX mode. 
 

Uses of PdfAnnotation in org.extex.backend.documentWriter.pdf
 

Methods in org.extex.backend.documentWriter.pdf that return PdfAnnotation
 PdfAnnotation PdfDocumentWriter.getAnnotation(RuleNode node, java.lang.String annotation)
          Factory method to construct a PdfAnnotation node.
 

Uses of PdfAnnotation in org.extex.pdf.api
 

Methods in org.extex.pdf.api that return PdfAnnotation
 PdfAnnotation PdftexSupport.getAnnotation(RuleNode node, java.lang.String annotation)
          Factory method to construct a PdfAnnotation node.