package org.lobobrowser.html.style;
public interface CSSProperties {
/** The Constant AZIMUTH. */
String AZIMUTH = "azimuth";
/** The Constant BACKGROUND. */
String BACKGROUND = "background";
/** The Constant BACKGROUND_ATTACHMENT. */
String BACKGROUND_ATTACHMENT = "background-attachment";
/** The Constant BACKGROUND_COLOR. */
String BACKGROUND_COLOR = "background-color";
/** The Constant BACKGROUND_IMAGE. */
String BACKGROUND_IMAGE = "background-image";
/** The Constant BACKGROUND_POSITION. */
String BACKGROUND_POSITION = "background-position";
/** The Constant BACKGROUND_REPEAT. */
String BACKGROUND_REPEAT = "background-repeat";
/** The Constant BORDER. */
String BORDER = "border";
/** The Constant BORDER_BOTTOM. */
String BORDER_BOTTOM = "border-bottom";
/** The Constant BORDER_BOTTOM_COLOR. */
String BORDER_BOTTOM_COLOR = "border-bottom-color";
/** The Constant BORDER_BOTTOM_STYLE. */
String BORDER_BOTTOM_STYLE = "border-bottom-style";
/** The Constant BORDER_BOTTOM_WIDTH. */
String BORDER_BOTTOM_WIDTH = "border-bottom-width";
/** The Constant BORDER_COLLAPSE. */
String BORDER_COLLAPSE = "border-collapse";
/** The Constant BORDER_COLOR. */
String BORDER_COLOR = "border-color";
/** The Constant BORDER_LEFT. */
String BORDER_LEFT = "border-left";
/** The Constant BORDER_LEFT_COLOR. */
String BORDER_LEFT_COLOR = "border-left-color";
/** The Constant BORDER_LEFT_STYLE. */
String BORDER_LEFT_STYLE = "border-left-style";
/** The Constant BORDER_LEFT_WIDTH. */
String BORDER_LEFT_WIDTH = "border-left-width";
/** The Constant BORDER_RIGHT. */
String BORDER_RIGHT = "border-right";
/** The Constant BORDER_RIGHT_COLOR. */
String BORDER_RIGHT_COLOR = "border-right-color";
/** The Constant BORDER_RIGHT_STYLE. */
String BORDER_RIGHT_STYLE = "border-right-style";
/** The Constant BORDER_RIGHT_WIDTH. */
String BORDER_RIGHT_WIDTH = "border-right-width";
/** The Constant BORDER_SPACING. */
String BORDER_SPACING = "border-spacing";
/** The Constant BORDER_STYLE. */
String BORDER_STYLE = "border-style";
/** The Constant BORDER_TOP. */
String BORDER_TOP = "border-top";
/** The Constant BORDER_TOP_COLOR. */
String BORDER_TOP_COLOR = "border-top-color";
/** The Constant BORDER_TOP_STYLE. */
String BORDER_TOP_STYLE = "border-top-style";
/** The Constant BORDER_TOP_WIDTH. */
String BORDER_TOP_WIDTH = "border-top-width";
/** The Constant BORDER_WIDTH. */
String BORDER_WIDTH = "border-width";
/** The Constant BOTTOM. */
String BOTTOM = "bottom";
/** The Constant CAPTION_SIDE. */
String CAPTION_SIDE = "caption-side";
/** The Constant CLEAR. */
String CLEAR = "clear";
/** The Constant CLIP. */
String CLIP = "clip";
/** The Constant COLOR. */
String COLOR = "color";
/** The Constant CONTENT. */
String CONTENT = "content";
/** The Constant COUNTER_INCREMENT. */
String COUNTER_INCREMENT = "counter-increment";
/** The Constant COUNTER_RESET. */
String COUNTER_RESET = "counter-reset";
/** The Constant CSS_FLOAT. */
String CSS_FLOAT = "css-float";
/** The Constant CUE. */
String CUE = "cue";
/** The Constant CUE_AFTER. */
String CUE_AFTER = "cue-after";
/** The Constant CUE_BEFORE. */
String CUE_BEFORE = "cue-before";
/** The Constant CURSOR. */
String CURSOR = "cursor";
/** The Constant D. */
String D = "d";
/** The Constant DIRECTION. */
String DIRECTION = "direction";
/** The Constant DISPLAY. */
String DISPLAY = "display";
/** The Constant ELEVATION. */
String ELEVATION = "elevation";
/** The Constant EMPTY_CELLS. */
String EMPTY_CELLS = "empty-cells";
/** The Constant FILL. */
String FILL = "fill";
/** The Constant FILL_OPACITY. */
String FILL_OPACITY = "fill-opacity";
/** The Constant FLOAT. */
String FLOAT = "float";
/** The Constant FONT. */
String FONT = "font";
/** The Constant FONT_FAMILY. */
String FONT_FAMILY = "font-family";
/** The Constant FONT_SIZE. */
String FONT_SIZE = "font-size";
/** The Constant FONT_SIZE_ADJUST. */
String FONT_SIZE_ADJUST = "font-size-adjust";
/** The Constant FONT_STRETCH. */
String FONT_STRETCH = "font-stretch";
/** The Constant FONT_STYLE. */
String FONT_STYLE = "font-style";
/** The Constant FONT_VARIANT. */
String FONT_VARIANT = "font-variant";
/** The Constant FONT_WEIGHT. */
String FONT_WEIGHT = "font-weight";
/** The Constant HEIGHT. */
String HEIGHT = "height";
/** The Constant LEFT. */
String LEFT = "left";
/** The Constant LETTER_SPACING. */
String LETTER_SPACING = "letter-spacing";
/** The Constant LINE_HEIGHT. */
String LINE_HEIGHT = "line-height";
/** The Constant LIST_STYLE. */
String LIST_STYLE = "list-style";
/** The Constant LIST_STYLE_IMAGE. */
String LIST_STYLE_IMAGE = "list-style-image";
/** The Constant LIST_STYLE_POSITION. */
String LIST_STYLE_POSITION = "list-style-position";
/** The Constant LIST_STYLE_TYPE. */
String LIST_STYLE_TYPE = "list-style-type";
/** The Constant MARGIN. */
String MARGIN = "margin";
/** The Constant MARGIN_BOTTOM. */
String MARGIN_BOTTOM = "margin-bottom";
/** The Constant MARGIN_LEFT. */
String MARGIN_LEFT = "margin-left";
/** The Constant MARGIN_RIGHT. */
String MARGIN_RIGHT = "margin-right";
/** The Constant MARGIN_TOP. */
String MARGIN_TOP = "margin-top";
/** The Constant MARKER_OFFSET. */
String MARKER_OFFSET = "marker-offset";
/** The Constant MARKS. */
String MARKS = "marks";
/** The Constant MAX_HEIGHT. */
String MAX_HEIGHT = "max-height";
/** The Constant MAX_WIDTH. */
String MAX_WIDTH = "max-width";
/** The Constant MIN_HEIGHT. */
String MIN_HEIGHT = "min-height";
/** The Constant MIN_WIDTH. */
String MIN_WIDTH = "min-width";
/** The Constant OPACITY. */
String OPACITY = "opacity";
/** The Constant ORPHANS. */
String ORPHANS = "orphans";
/** The Constant OUTLINE. */
String OUTLINE = "outline";
/** The Constant OUTLINE_COLOR. */
String OUTLINE_COLOR = "outline-color";
/** The Constant OUTLINE_STYLE. */
String OUTLINE_STYLE = "outline-style";
/** The Constant OUTLINE_WIDTH. */
String OUTLINE_WIDTH = "outline-width";
/** The Constant OVERFLOW. */
String OVERFLOW = "overflow";
/** The Constant PADDING. */
String PADDING = "padding";
/** The Constant PADDING_BOTTOM. */
String PADDING_BOTTOM = "padding-bottom";
/** The Constant PADDING_LEFT. */
String PADDING_LEFT = "padding-left";
/** The Constant PADDING_RIGHT. */
String PADDING_RIGHT = "padding-right";
/** The Constant PADDING_TOP. */
String PADDING_TOP = "padding-top";
/** The Constant PAGE. */
String PAGE = "page";
/** The Constant PAGE_BREAK_AFTER. */
String PAGE_BREAK_AFTER = "page-break-after";
/** The Constant PAGE_BREAK_BEFORE. */
String PAGE_BREAK_BEFORE = "page-break-before";
/** The Constant PAGE_BREAK_INSIDE. */
String PAGE_BREAK_INSIDE = "page-break-inside";
/** The Constant PAUSE. */
String PAUSE = "pause";
/** The Constant PAUSE_AFTER. */
String PAUSE_AFTER = "pause-after";
/** The Constant PAUSE_BEFORE. */
String PAUSE_BEFORE = "pause-before";
/** The Constant PITCH. */
String PITCH = "pitch";
/** The Constant PITCH_RANGE. */
String PITCH_RANGE = "pitch-range";
/** The Constant PLAY_DURING. */
String PLAY_DURING = "play-during";
/** The Constant POSITION. */
String POSITION = "position";
/** The Constant QUOTES. */
String QUOTES = "quotes";
/** The Constant RICHNESS. */
String RICHNESS = "richness";
/** The Constant RIGHT. */
String RIGHT = "right";
/** The Constant SIZE. */
String SIZE = "size";
/** The Constant SPEAK. */
String SPEAK = "speak";
/** The Constant SPEAK_HEADER. */
String SPEAK_HEADER = "speak-header";
/** The Constant SPEAK_NUMERAL. */
String SPEAK_NUMERAL = "speak-numeral";
/** The Constant SPEAK_PUNCTUATION. */
String SPEAK_PUNCTUATION = "speak-puctuation";
/** The Constant SPEECH_RATE. */
String SPEECH_RATE = "speech-rate";
/** The Constant STRESS. */
String STRESS = "stress";
/** The Constant STROKE. */
String STROKE = "stroke";
/** The Constant STROKE_DASHARRAY. */
String STROKE_DASHARRAY = "stroke-dasharray";
/** The Constant STROKE_MITERLIMIT. */
String STROKE_MITERLIMIT = "stroke-miterlimit";
/** The Constant STROKE_LIEN_CAP. */
String STROKE_LINE_CAP = "stroke-linecap";
/** The Constant STROKE_OPACITY. */
String STROKE_OPACITY = "stroke-opacity";
/** The Constant STROKE_WIDTH. */
String STROKE_WIDTH = "stroke-width";
/** The Constant TABLE_LAYOUT. */
String TABLE_LAYOUT = "table-layout";
/** The Constant TEXT_ALIGN. */
String TEXT_ALIGN = "text-align";
/** The Constant TEXT_DECORATION. */
String TEXT_DECORATION = "text-decoration";
/** The Constant TEXT_INDENT. */
String TEXT_INDENT = "text-indent";
/** The Constant TEXT_SHADOW. */
String TEXT_SHADOW = "text-shadow";
/** The Constant TEXT_TRANSFORM. */
String TEXT_TRANSFORM = "text-transform";
/** The Constant TOP. */
String TOP = "top";
/** The Constant UNICODE_BIDI. */
String UNICODE_BIDI = "unicode-bidi";
/** The Constant VERTICAL_ALIGN. */
String VERTICAL_ALIGN = "vertical-align";
/** The Constant VISIBILITY. */
String VISIBILITY = "visibility";
/** The Constant VOICE_FAMILY. */
String VOICE_FAMILY = "voice-family";
/** The Constant VOLUME. */
String VOLUME = "volume";
/** The Constant WHITE_SPACE. */
String WHITE_SPACE = "white-space";
/** The Constant WIDOWS. */
String WIDOWS = "widows";
/** The Constant WIDTH. */
String WIDTH = "width";
/** The Constant WORD_SPACING. */
String WORD_SPACING = "word_spacing";
/** The Constant Z_INDEX. */
String Z_INDEX = "z-index";
}