com.spire.pdf.annotations
Class PdfActionAnnotation
java.lang.Object
   com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfAnnotation
       com.spire.pdf.annotations.PdfLinkAnnotation
com.spire.pdf.annotations.PdfLinkAnnotation
           com.spire.pdf.annotations.PdfActionLinkAnnotation
com.spire.pdf.annotations.PdfActionLinkAnnotation
               com.spire.pdf.annotations.PdfActionAnnotation
com.spire.pdf.annotations.PdfActionAnnotation
- All Implemented Interfaces: 
- IPdfWrapper
- public class PdfActionAnnotation 
- extends PdfActionLinkAnnotation
Represents the annotation with associated action.
 
 
 
 
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation | 
| getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getText, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setText | 
 
PdfActionAnnotation
public PdfActionAnnotation(java.awt.geom.Rectangle2D rectangle,
                           PdfAction action)