@OpenApiAll public class LinkTag extends TagImpl
Constructor and Description |
---|
LinkTag(java.lang.String kind,
java.lang.String text)
Create a link tag.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Return the label of the @see tag.
|
com.nomagic.magicreport.Link |
getLink()
Return the Link object represent this tag.
|
java.lang.String |
getReference()
Return the MDEL or URL of the @see reference.
|
com.nomagic.magicreport.engine.ITool.HTMLString |
getText()
Return the text of this tag.
|
getInlineTags, getKind, getRawText, toString
public LinkTag(java.lang.String kind, java.lang.String text)
kind
- the kind of tag that this Tag representstext
- the text of this tagpublic java.lang.String getLabel()
public java.lang.String getReference()
public com.nomagic.magicreport.Link getLink()
Copyright © 2015 - No Magic Asia