|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Font") public interface Font
Identifies a font of a certain family, style, and size.
Method Summary | |
---|---|
Expression |
getFamily()
Indicates the name of the font or font family to use. |
Expression |
getSize()
Expression that indicates the pixel size of the font. |
Expression |
getStyle()
Indicates the style of the font. |
Expression |
getWeight()
Expression that indicates the weight of the font. |
void |
setFamily(Expression expression)
Sets the name of the font or font family to use. |
void |
setSize(Expression expression)
Expression that indicates the pixel size of the font. |
void |
setStyle(Expression expression)
Sets the style of the font. |
void |
setWeight(Expression expression)
Expression that indicates the weight of the font. |
Method Detail |
---|
@XmlElement(value="font-familly") Expression getFamily()
@XmlElement(value="font-familly") void setFamily(Expression expression)
getFamily()
for details.
@XmlElement(value="font-style") Expression getStyle()
@XmlElement(value="font-style") void setStyle(Expression expression)
getStyle()
for details.
@XmlElement(value="font-weight") Expression getWeight()
@XmlElement(value="font-weight") void setWeight(Expression expression)
getWeight()
for details.
@XmlElement(value="font-size") Expression getSize()
@XmlElement(value="font-size") void setSize(Expression expression)
getSize()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |