|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.CoreAttributes
org.anadix.html.FontTag
public class FontTag
Defines font, color, and size for text
| Method Summary | |
|---|---|
String |
getColor()
Specifies the color of text |
String |
getDir()
Specifies the text direction for the content in an element |
String |
getFace()
Specifies the font of text |
String |
getLang()
Specifies a language code for the content in an element |
String |
getSize()
Specifies the size of text |
| Methods inherited from class org.anadix.html.CoreAttributes |
|---|
getClassAttribute, getIdAttribute, getStyle, getTitle |
| Methods inherited from class org.anadix.html.HtmlElement |
|---|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getLang()
public String getDir()
public String getSize()
public String getColor()
public String getFace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||