org.apache.batik.util
public interface SVG12CSSConstants extends CSSConstants
Field Summary | |
---|---|
String | CSS_END_VALUE Value for text-align to end of region |
String | CSS_FULL_VALUE Value for text-align to both edges of region |
String | CSS_INDENT_PROPERTY property name for indent |
String | CSS_MARGIN_BOTTOM_PROPERTY Property name for bottom-margin |
String | CSS_MARGIN_LEFT_PROPERTY Property name for left-margin |
String | CSS_MARGIN_PROPERTY Property name for margin shorthand |
String | CSS_MARGIN_RIGHT_PROPERTY Property name for right-margin |
String | CSS_MARGIN_TOP_PROPERTY Property name for top-margin |
String | CSS_MIDDLE_VALUE Value for text-align to middle of text on line |
String | CSS_NORMAL_VALUE Value for line-height for 'normal' line height |
String | CSS_SOLID_COLOR_PROPERTY property name for color attribute |
String | CSS_SOLID_OPACITY_PROPERTY property name for opacity attribute |
String | CSS_START_VALUE Value for text-align to start of text on line |
String | CSS_TEXT_ALIGN_PROPERTY propery name for text-align |