|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFontCapability
| Method Summary | |
|---|---|
Boolean |
getFontBold()
Returns a boolean object (or null) indicating the bold property for the specified font. |
Boolean |
getFontItalic()
Returns a boolean object (or null) indicating the italic property for the specified font. |
String |
getFontName()
Returns a string value indicating the name of the font used for this component. |
String |
getFontSize()
Returns a string indicating the size to use for the selected font. |
Boolean |
getFontUnderline()
Returns a boolean object (or null) indicating the underline property for the specified font. |
void |
setFontBold(Boolean bold)
Sets a boolean object (or null) indicating the bold property for the specified font. |
void |
setFontItalic(Boolean italic)
Sets a boolean object (or null) indicating the italic property for the specified font. |
void |
setFontName(String name)
Sets a string value indicating the name of the font used for this component. |
void |
setFontSize(String size)
Sets a string indicating the size to use for the selected font. |
void |
setFontUnderline(Boolean underline)
Sets a boolean object (or null) indicating the underline property for the specified font. |
| Method Detail |
|---|
Boolean getFontBold()
Boolean getFontItalic()
Boolean getFontUnderline()
String getFontName()
String getFontSize()
void setFontBold(Boolean bold)
bold - True|False|nullvoid setFontItalic(Boolean italic)
italic - True|False|nullvoid setFontUnderline(Boolean underline)
underline - True|False|nullvoid setFontName(String name)
name - font namevoid setFontSize(String size)
size - xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|length
for example 10px|%
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||