Package org.spiderwiz.zutils
Class ZHtml.Styles
java.lang.Object
org.spiderwiz.zutils.ZHtml.Styles
- Enclosing class:
- ZHtml
public class ZHtml.Styles extends Object
Predefined CSS styles.
-
Field Summary
Fields Modifier and Type Field Description static StringCENTER_ALIGNCenter align style.static StringLEFT_ALIGNLeft align style.static StringRIGHT_ALIGNRight align style. -
Method Summary
-
Field Details
-
RIGHT_ALIGN
Right align style.- See Also:
- Constant Field Values
-
CENTER_ALIGN
Center align style.- See Also:
- Constant Field Values
-
LEFT_ALIGN
Left align style.- See Also:
- Constant Field Values
-