public class Style
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Color |
getColor()
The style's color.
|
java.lang.String |
getFontName()
The name of of the style's font.
|
double |
getFontSize()
The style's font size.
|
java.lang.String |
toString()
Return a string representing the Style's value.
|
public void delete()
public Color getColor()
public double getFontSize()
public java.lang.String getFontName()
public java.lang.String toString()
toString in class java.lang.Object