Interface CssProperty

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
AbstractCssProperty, AlignContent, AlignItems, AlignSelf, AnimationDirection, AnimationFillMode, AnimationIterationCount, AnimationPlayState, BackfaceVisibility, BackgroundAttachment, BackgroundClip, BackgroundColor, BackgroundImage, BackgroundOrigin, BackgroundRepeat, BackgroundSize, Border, BorderBottom, BorderBottomColor, BorderBottomStyle, BorderBottomWidth, BorderCollapse, BorderColor, BorderImageOutset, BorderImageRepeat, BorderImageSlice, BorderImageSource, BorderImageWidth, BorderLeft, BorderLeftColor, BorderLeftStyle, BorderLeftWidth, BorderRight, BorderRightColor, BorderRightStyle, BorderRightWidth, BorderSpacing, BorderStyle, BorderTop, BorderTopColor, BorderTopStyle, BorderTopWidth, BorderWidth, Bottom, BoxSizing, CaptionSide, Clear, Color, ColumnCount, ColumnFill, ColumnGap, ColumnRule, ColumnRuleColor, ColumnRuleStyle, ColumnRuleWidth, Columns, ColumnSpan, ColumnWidth, Cursor, CustomCssProperty, Direction, Display, EmptyCells, Flex, FlexBasis, FlexDirection, FlexGrow, FlexShrink, FlexWrap, FloatCss, Font, FontFamily, FontSize, FontSizeAdjust, FontStretch, FontStyle, FontVariant, FontWeight, HangingPunctuation, HeightCss, Icon, JustifyContent, Left, LetterSpacing, LineHeight, ListStyle, ListStyleImage, ListStylePosition, ListStyleType, Margin, MarginBottom, MarginLeft, MarginRight, MarginTop, MaxHeight, MaxWidth, MinHeight, MinWidth, MozBackgroundSize, MozColumnCount, MozColumnGap, MozColumnRule, MozColumnRuleColor, MozColumnRuleStyle, MozColumnRuleWidth, MozColumnWidth, MozFlex, MozFlexBasis, MozFlexGrow, MozFlexShrink, MozFlexWrap, MozTextDecorationLine, MozTextDecorationStyle, MsFlex, OBackgroundSize, Opacity, Outline, OutlineColor, OutlineOffset, OutlineStyle, OutlineWidth, Overflow, OverflowX, OverflowY, Padding, PaddingBottom, PaddingLeft, PaddingRight, PaddingTop, PageBreakAfter, PageBreakBefore, PageBreakInside, Perspective, PerspectiveOrigin, Position, Resize, Right, Src, SrcCssProperty, TableLayout, TextAlign, TextAlignLast, TextDecoration, TextDecorationLine, TextDecorationStyle, TextJustify, TextTransform, Top, TransformStyle, UnicodeBidi, UnicodeRange, Visibility, WebkitAnimationDirection, WebkitAnimationFillMode, WebkitAnimationPlayState, WebkitBackfaceVisibility, WebkitBackgroundSize, WebkitColumnCount, WebkitColumnGap, WebkitColumnRule, WebkitColumnRuleColor, WebkitColumnRuleStyle, WebkitColumnRuleWidth, WebkitColumnSpan, WebkitColumnWidth, WebkitFlex, WebkitFlexBasis, WebkitFlexGrow, WebkitFlexShrink, WebkitFlexWrap, WebkitTransformStyle, WhiteSpace, WidthCss, WordBreak, WordSpacing, WordWrap

public interface CssProperty extends Serializable, Cloneable
Since:
1.0.0
  • Method Details

    • getCssName

      String getCssName()
      Returns:
      the name portion in style, eg align-content for style align-content: center.
      Since:
      1.0.0
    • getCssValue

      String getCssValue()
      Returns:
      the value portion in style, eg center for style align-content: center.
      Since:
      1.0.0