public static class CSSProperty.GenericCSSPropertyProxy extends Object implements CSSProperty
CSSProperty.AlignContent, CSSProperty.AlignItems, CSSProperty.AlignSelf, CSSProperty.Azimuth, CSSProperty.Background, CSSProperty.BackgroundAttachment, CSSProperty.BackgroundColor, CSSProperty.BackgroundImage, CSSProperty.BackgroundPosition, CSSProperty.BackgroundRepeat, CSSProperty.BackgroundSize, CSSProperty.Border, CSSProperty.BorderCollapse, CSSProperty.BorderColor, CSSProperty.BorderRadius, CSSProperty.BorderSpacing, CSSProperty.BorderStyle, CSSProperty.BorderWidth, CSSProperty.Bottom, CSSProperty.BoxSizing, 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.FlexBasis, CSSProperty.FlexDirection, CSSProperty.FlexGrow, CSSProperty.FlexShrink, CSSProperty.FlexWrap, CSSProperty.Float, CSSProperty.Font, CSSProperty.FontFamily, CSSProperty.FontSize, CSSProperty.FontStyle, CSSProperty.FontVariant, CSSProperty.FontWeight, CSSProperty.GenericCSSPropertyProxy, CSSProperty.Height, CSSProperty.JustifyContent, 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.Order, 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.Right, CSSProperty.Richness, CSSProperty.Speak, CSSProperty.SpeakHeader, CSSProperty.SpeakNumeral, CSSProperty.SpeakPunctuation, CSSProperty.SpeechRate, CSSProperty.Stress, CSSProperty.TableLayout, CSSProperty.TabSize, CSSProperty.TextAlign, CSSProperty.TextDecoration, CSSProperty.TextIndent, CSSProperty.TextTransform, CSSProperty.Top, CSSProperty.Transform, CSSProperty.TransformOrigin, CSSProperty.Translator, CSSProperty.UnicodeBidi, CSSProperty.UnicodeRange, CSSProperty.VerticalAlign, CSSProperty.Visibility, CSSProperty.VoiceFamily, CSSProperty.Volume, CSSProperty.WhiteSpace, CSSProperty.Widows, CSSProperty.Width, CSSProperty.WordSpacing, CSSProperty.ZIndexFONT_CURSIVE, FONT_FANTASY, FONT_MONOSPACED, FONT_SANS_SERIF, FONT_SERIF, INHERIT_KEYWORD, INITIAL_KEYWORD, UNSET_KEYWORD| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsInherit()
Allows to check whether property equals
inherit value |
boolean |
equalsInitial()
Allows to check whether property equals
initial value |
boolean |
equalsUnset()
Allows to check whether property equals
unset value |
boolean |
inherited()
Allows declarations of properties to inherit or to be inherited
|
String |
toString()
Textual representation of CSS property
|
static CSSProperty.GenericCSSPropertyProxy |
valueOf(String value)
Creates a new instance of the GenericCSSPropertyProxy.
|
public 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 boolean equalsInitial()
CSSPropertyinitial valueequalsInitial in interface CSSPropertytrueif value is INITIAL,
false otherwisepublic boolean equalsUnset()
CSSPropertyunset valueequalsUnset in interface CSSPropertytrueif value is UNSET,
false otherwisepublic String toString()
CSSPropertytoString in interface CSSPropertytoString in class Objectpublic static CSSProperty.GenericCSSPropertyProxy valueOf(String value)
value - the property value.Copyright © 2018. All rights reserved.