com.spire.pdf.annotations
Class PdfActionAnnotation
java.lang.Object
com.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfLinkAnnotation
com.spire.pdf.annotations.PdfActionLinkAnnotation
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 |
getAuthor, getBorder, getColor, getDictionary, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setDictionary, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
PdfActionAnnotation
public PdfActionAnnotation(java.awt.geom.Rectangle2D rectangle,
PdfAction action)