public final class Tag extends Object
| Constructor and Description |
|---|
Tag()
Instantiates a new
Tag. |
Tag(String code,
String fontSize)
Instantiates a new
Tag. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns the tag code.
|
String |
getFontSize()
Returns the font size.
|
void |
setCode(String code)
Specifies the tag code.
|
void |
setFontSize(String fontSize)
Specifies the font size.
|