public static enum CSSProperty.ListStyleType extends Enum<CSSProperty.ListStyleType> implements CSSProperty
CSSProperty.Azimuth, CSSProperty.Background, CSSProperty.BackgroundAttachment, CSSProperty.BackgroundColor, CSSProperty.BackgroundImage, CSSProperty.BackgroundPosition, CSSProperty.BackgroundRepeat, CSSProperty.Border, CSSProperty.BorderCollapse, CSSProperty.BorderColor, CSSProperty.BorderRadius, CSSProperty.BorderSpacing, CSSProperty.BorderStyle, CSSProperty.BorderWidth, CSSProperty.Bottom, CSSProperty.CaptionSide, CSSProperty.Clear, CSSProperty.Clip, CSSProperty.Color, CSSProperty.Content, CSSProperty.CounterIncrement, CSSProperty.CounterReset, CSSProperty.Cue, CSSProperty.Cursor, CSSProperty.Direction, CSSProperty.Display, CSSProperty.Elevation, CSSProperty.EmptyCells, CSSProperty.Float, CSSProperty.Font, CSSProperty.FontFamily, CSSProperty.FontSize, CSSProperty.FontStyle, CSSProperty.FontVariant, CSSProperty.FontWeight, CSSProperty.GenericCSSPropertyProxy, CSSProperty.Height, CSSProperty.Left, CSSProperty.LetterSpacing, CSSProperty.LineHeight, CSSProperty.ListStyle, CSSProperty.ListStyleImage, CSSProperty.ListStylePosition, CSSProperty.ListStyleType, CSSProperty.Margin, CSSProperty.MaxHeight, CSSProperty.MaxWidth, CSSProperty.MinHeight, CSSProperty.MinWidth, CSSProperty.Opacity, CSSProperty.Orphans, CSSProperty.Outline, CSSProperty.OutlineColor, CSSProperty.OutlineStyle, CSSProperty.OutlineWidth, CSSProperty.Overflow, CSSProperty.Padding, CSSProperty.PageBreak, CSSProperty.PageBreakInside, CSSProperty.Pause, CSSProperty.Pitch, CSSProperty.PitchRange, CSSProperty.PlayDuring, CSSProperty.Position, CSSProperty.Quotes, CSSProperty.Richness, CSSProperty.Right, CSSProperty.Speak, CSSProperty.SpeakHeader, CSSProperty.SpeakNumeral, CSSProperty.SpeakPunctuation, CSSProperty.SpeechRate, CSSProperty.Stress, CSSProperty.TableLayout, CSSProperty.TextAlign, CSSProperty.TextDecoration, CSSProperty.TextIndent, CSSProperty.TextTransform, CSSProperty.Top, CSSProperty.Translator, CSSProperty.UnicodeBidi, CSSProperty.VerticalAlign, CSSProperty.Visibility, CSSProperty.VoiceFamily, CSSProperty.Volume, CSSProperty.WhiteSpace, CSSProperty.Widows, CSSProperty.Width, CSSProperty.WordSpacing, CSSProperty.ZIndex| Enum Constant and Description |
|---|
ARMENIAN |
CIRCLE |
DECIMAL |
DECIMAL_LEADING_ZERO |
DISC |
GEORGIAN |
INHERIT |
LOWER_ALPHA |
LOWER_GREEK |
LOWER_LATIN |
LOWER_ROMAN |
NONE |
SQUARE |
UPPER_ALPHA |
UPPER_LATN |
UPPER_ROMAN |
FONT_CURSIVE, FONT_FANTASY, FONT_MONOSPACED, FONT_SANS_SERIF, FONT_SERIF, INHERIT_KEYWORD| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsInherit()
Allows to check whether property equals
inherit value |
boolean |
inherited()
Allows declarations of properties to inherit or to be inherited
|
String |
toString()
Textual representation of CSS property
|
static CSSProperty.ListStyleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSProperty.ListStyleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSSProperty.ListStyleType DISC
public static final CSSProperty.ListStyleType CIRCLE
public static final CSSProperty.ListStyleType SQUARE
public static final CSSProperty.ListStyleType DECIMAL
public static final CSSProperty.ListStyleType DECIMAL_LEADING_ZERO
public static final CSSProperty.ListStyleType LOWER_ROMAN
public static final CSSProperty.ListStyleType UPPER_ROMAN
public static final CSSProperty.ListStyleType LOWER_GREEK
public static final CSSProperty.ListStyleType LOWER_LATIN
public static final CSSProperty.ListStyleType UPPER_LATN
public static final CSSProperty.ListStyleType ARMENIAN
public static final CSSProperty.ListStyleType GEORGIAN
public static final CSSProperty.ListStyleType LOWER_ALPHA
public static final CSSProperty.ListStyleType UPPER_ALPHA
public static final CSSProperty.ListStyleType NONE
public static final CSSProperty.ListStyleType INHERIT
public static CSSProperty.ListStyleType[] values()
for (CSSProperty.ListStyleType c : CSSProperty.ListStyleType.values()) System.out.println(c);
public static CSSProperty.ListStyleType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic boolean inherited()
CSSPropertyinherited in interface CSSPropertytrue in case that this property could be inherited
from parent, false elsewherepublic boolean equalsInherit()
CSSPropertyinherit valueequalsInherit in interface CSSPropertytrueif value is INHERIT,
false otherwisepublic String toString()
CSSPropertytoString in interface CSSPropertytoString in class Enum<CSSProperty.ListStyleType>Copyright © 2014. All rights reserved.