| 
 | |||||||||
| 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
com.spire.pdf.annotations.PdfUriAnnotation
public class PdfUriAnnotation
Represents the Uri annotation
| Constructor Summary | |
|---|---|
| PdfUriAnnotation(java.awt.geom.Rectangle2D rectangle) | |
| PdfUriAnnotation(java.awt.geom.Rectangle2D rectangle,
                 java.lang.String uri)Initializes a new instance of the class. | |
| Method Summary | |
|---|---|
|  PdfAction | getAction()Gets the action. | 
|  java.lang.String | getUri()Gets the Uri address. | 
|  void | setAction(PdfAction value)Sets the action. | 
|  void | setUri(java.lang.String value)Sets the Uri address. | 
| Methods inherited from class com.spire.pdf.annotations.PdfLinkAnnotation | 
|---|
| getHighlightMode, setHighlightMode | 
| 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 | 
| Constructor Detail | 
|---|
public PdfUriAnnotation(java.awt.geom.Rectangle2D rectangle)
public PdfUriAnnotation(java.awt.geom.Rectangle2D rectangle,
                        java.lang.String uri)
rectangle - RectangleF structure that specifies the bounds of the annotation.uri - unique resource identifier path.| Method Detail | 
|---|
public java.lang.String getUri()
public void setUri(java.lang.String value)
public PdfAction getAction()
getAction in class PdfActionLinkAnnotationpublic void setAction(PdfAction value)
setAction in class PdfActionLinkAnnotation| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||