public interface Link extends Hyperlink
The following features are supported:
RichtextPackage.getLink()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRelation()
Deprecated.
|
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute.
|
void |
setRelation(java.lang.String rel)
Deprecated.
|
void |
setTitle(java.lang.String value)
Sets the value of the '
Title ' attribute. |
getHref, getRelationship, setHref, setRelationship
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
RichtextPackage.getLink_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
@Deprecated void setRelation(java.lang.String rel)
@Deprecated java.lang.String getRelation()