@OpenApiAll
public interface Tag
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Tag> |
getInlineTags()
Return a collection of tags.
|
java.lang.String |
getKind()
Return the kind of this tag.
|
java.lang.String |
getRawText()
Return the text of this tag.
|
com.nomagic.magicreport.engine.ITool.HTMLString |
getText()
Return the text of this tag.
|
java.lang.String getKind()
com.nomagic.magicreport.engine.ITool.HTMLString getText()
java.lang.String getRawText()
java.util.Collection<Tag> getInlineTags()