|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Hyperlink
public class Hyperlink
Represents a link in a Pdf document.
Typical usages are the following:
Constructor Summary | |
---|---|
Hyperlink()
Constructor - initializes a new instance of the Hyperlink class. |
Method Summary | |
---|---|
void |
addLinkAction(LinkAction action)
Add a LinkAction item to link actions. |
java.lang.Object |
clone()
Clones a new Hyperlink object. |
java.lang.Object |
completeClone()
Clones a new Hyperlink object. |
DestinationType |
getDestinationType()
Gets a DestinationType object that indicates the destination type. |
java.util.ArrayList |
getLinkActions()
Gets link action list. |
java.lang.String |
getLinkFile()
Gets a String that indicates the link file name. |
int |
getLinkPageNumber()
Gets an int value that indicates the page number of the link page. |
HyperlinkType |
getLinkType()
Gets a HyperlinkType object that indicates the link type. |
java.lang.String |
getTargetID()
Gets a String that indicates the link target ID. |
java.lang.String |
getUrl()
Gets a String that indicates the link url. |
void |
setDestinationType(DestinationType value)
Sets a DestinationType object that indicates the destination type. |
void |
setLinkFile(java.lang.String value)
Sets a String that indicates the link file name. |
void |
setLinkPageNumber(int value)
Sets an int value that indicates the page number of the link page. |
void |
setLinkType(HyperlinkType value)
Sets a HyperlinkType object that indicates the link type. |
void |
setTargetID(java.lang.String value)
Sets a String that indicates the link target ID. |
void |
setUrl(java.lang.String value)
Sets a String that indicates the link url. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Hyperlink()
Hyperlink
class.
Method Detail |
---|
public HyperlinkType getLinkType()
HyperlinkType
object that indicates the link type.
HyperlinkType
object.public void setLinkType(HyperlinkType value)
HyperlinkType
object that indicates the link type.
value
- A HyperlinkType
object.public java.lang.String getTargetID()
public void setTargetID(java.lang.String value)
public DestinationType getDestinationType()
DestinationType
object that indicates the destination type.
DestinationType
object.public void setDestinationType(DestinationType value)
DestinationType
object that indicates the destination type.
value
- A DestinationType
object.public java.lang.String getLinkFile()
public void setLinkFile(java.lang.String value)
value
- Link file name.public int getLinkPageNumber()
public void setLinkPageNumber(int value)
value
- page number of the link page.public java.lang.String getUrl()
public void setUrl(java.lang.String value)
value
- Link url.public java.util.ArrayList getLinkActions()
public void addLinkAction(LinkAction action)
LinkAction
item to link actions.
action
- A LinkAction
object.public java.lang.Object clone()
Hyperlink
object.
clone
in class java.lang.Object
Hyperlink
object.public java.lang.Object completeClone()
Hyperlink
object.
Hyperlink
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |