home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.text.html;
-
- interface StyleDefs {
- String BACKGROUND_COLOR = "background-color";
- String BORDER_TOP = "border-top";
- String BORDER_BOTTOM = "border-bottom";
- String BORDER_LEFT = "border-left";
- String BORDER_RIGHT = "border-right";
- String COLOR = "color";
- String FONT_FAMILY = "font-family";
- String FONT_SIZE = "font-size";
- String FONT_SIZES = "font-sizes";
- String FONT_STYLE = "font-style";
- String FONT_WEIGHT = "font-weight";
- String LIST_STYLE_IMAGE = "list-style-image";
- String LIST_STYLE_TYPE = "list-style-type";
- String MARGIN_TOP = "margin-top";
- String MARGIN_BOTTOM = "margin-bottom";
- String MARGIN_LEFT = "margin-left";
- String MARGIN_RIGHT = "margin-right";
- String TEXT_DECORATION = "text-decoration";
- String TEXT_ALIGN = "text-align";
- String VERTICAL_ALIGN = "vertical-align";
- }
-