Methods Summary |
---|
public java.lang.String | getColor()Font color. See the color attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
|
public java.lang.String | getFace()Font face identifier. See the face attribute definition in HTML 4.0.
This attribute is deprecated in HTML 4.0.
|
public java.lang.String | getSize()Font size. See the size attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
|
public void | setColor(java.lang.String color)
|
public void | setFace(java.lang.String face)
|
public void | setSize(java.lang.String size)
|