public static interface ConversionHyperlinkHandler.Model
Modifier and Type | Method and Description |
---|---|
String |
getAnchor()
Specifies the name of a bookmark in the current document which shall be the target of
this hyperlink.
If this attribute is omitted, then the default behavior shall be to navigate to the start of the document. |
Node |
getContent() |
String |
getDocLocation()
Specifies a location in the target of the hyperlink that has no bookmarks.
|
String |
getRId()
Specifies the ID of the relationship whose target shall be used as the target for this
hyperlink.
|
String |
getTarget()
field-argument of the Hyperlink field or the targetUri of the relationship.
|
String |
getTgtFrame()
Specifies a frame within the parent HTML frameset for the target of the parent hyperlink
when one exists.
|
String |
getTooltip()
Specifies a string which can be surfaced in a user interface as associated with the parent
hyperlink.
|
boolean |
isExternal()
Only avaiable if the information is read from a relationship.
|
void |
setAnchor(String anchor) |
void |
setDocLocation(String docLocation) |
void |
setExternal(boolean external) |
void |
setRId(String rId) |
void |
setTarget(String target) |
void |
setTgtFrame(String tgtFrame) |
void |
setTooltip(String tooltip) |
String getTarget()
void setTarget(String target)
boolean isExternal()
void setExternal(boolean external)
String getAnchor()
void setAnchor(String anchor)
String getDocLocation()
void setDocLocation(String docLocation)
String getRId()
void setRId(String rId)
String getTgtFrame()
void setTgtFrame(String tgtFrame)
String getTooltip()
void setTooltip(String tooltip)
Node getContent()
Copyright © 2007-2019. All Rights Reserved.