Package com.winnovative_software
Class LinkUrlElement
java.lang.Object
com.winnovative_software.PageElement
com.winnovative_software.LinkUrlElement
This class represents a link to an URL in a PDF document
-
Constructor Summary
ConstructorsConstructorDescriptionLinkUrlElement
(RectangleFloat linkRectangle, String linkURL) Constructs a URL link element -
Method Summary
Modifier and TypeMethodDescriptionGets the URL link element rectangle in PDF pagelinkURL()
Gets the link destination URLvoid
setLinkRectangle
(RectangleFloat linkRectangle) Sets the URL link element rectangle in PDF pagevoid
setLinkURL
(String linkURL) Sets the link destination URL
-
Constructor Details
-
LinkUrlElement
Constructs a URL link element- Parameters:
linkRectangle
- the link rectangle in pagelinkURL
- the link destination URL
-
-
Method Details
-
linkRectangle
Gets the URL link element rectangle in PDF page- Returns:
- the URL link element rectangle in PDF page
-
setLinkRectangle
Sets the URL link element rectangle in PDF page- Parameters:
linkRectangle
- the URL link element rectangle in PDF page
-
linkURL
Gets the link destination URL- Returns:
- the link destination URL
-
setLinkURL
Sets the link destination URL- Parameters:
linkURL
- the link destination URL
-