|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.annotations.PdfAnnotation
com.spire.pdf.annotations.PdfLinkAnnotation
com.spire.pdf.annotations.PdfActionLinkAnnotation
public abstract class PdfActionLinkAnnotation
Represents base class for link annotations with associated action.
| Constructor Summary | |
|---|---|
PdfActionLinkAnnotation(java.awt.geom.Rectangle2D rectangle)
Initializes a new instance of the class. |
|
PdfActionLinkAnnotation(java.awt.geom.Rectangle2D rectangle,
PdfAction action)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
PdfAction |
getAction()
Gets the action for the link annotation. |
void |
setAction(PdfAction value)
Sets the action for the link annotation. |
| Methods inherited from class com.spire.pdf.annotations.PdfLinkAnnotation |
|---|
getHighlightMode, setHighlightMode |
| Methods inherited from class com.spire.pdf.annotations.PdfAnnotation |
|---|
getAuthor, getBorder, getColor, getFlags, getLocation, getModifiedDate, getName, getPage, getRectangle, getSubject, getText, setAuthor, setBorder, setColor, setFlags, setModifiedDate, setName, setRectangle, setSubject, setText |
| Constructor Detail |
|---|
public PdfActionLinkAnnotation(java.awt.geom.Rectangle2D rectangle)
rectangle - Bounds of the annotation.
public PdfActionLinkAnnotation(java.awt.geom.Rectangle2D rectangle,
PdfAction action)
rectangle - Bounds specifies the location of the drawn text.action - The specifies an action to be executed when the link is activated.| Method Detail |
|---|
public PdfAction getAction()
public void setAction(PdfAction value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||