| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gwt.dom.client.Style.FontStyle | |
Enum for the font-style property.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Style.FontStyle | ITALIC | ||||||||||
| Style.FontStyle | NORMAL | ||||||||||
| Style.FontStyle | OBLIQUE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the CSS name associated with this value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gwt.dom.client.Style.HasCssName
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||