| Method Summary | |
|---|---|
| String | getColor() Returns the color field. |
| String | Returns the fontFamily field. |
| String | Returns the fontsize field. |
| String | Returns the fontStyle field. |
| String | Returns the fontWeight field. |
| String | Returns the textAlign field. |
| String | Returns the textDecoration field. |
| void | Sets the color field. |
| void | setFontFamily(fontFamily : String) Sets the fontFamily field. |
| void | setFontSize(fontSize : int | String) Sets the fontsize field. |
| void | setFontStyle(fontStyle : String) Sets the fontStyle field. |
| void | setFontWeight(fontWeight : String) Sets the fontWeight field. |
| void | setTextAlign(textAlign : String) Sets the textAlign field. |
| void | setTextDecoration(textDecoration : String) Sets the textDecoration field. |
| Method Detail |
|---|