Class CSSOMStyleDeclaration.StyleDeclarationValue

  • All Implemented Interfaces:
    CSSOMValue.ValueProvider, org.w3c.dom.css.Counter, org.w3c.dom.css.CSSPrimitiveValue, org.w3c.dom.css.CSSValue, org.w3c.dom.css.CSSValueList, org.w3c.dom.css.Rect, org.w3c.dom.css.RGBColor
    Enclosing class:
    CSSOMStyleDeclaration

    public class CSSOMStyleDeclaration.StyleDeclarationValue
    extends CSSOMValue
    implements CSSOMValue.ValueProvider
    This class represents a CSS value returned by this declaration.
    • Field Detail

      • property

        protected java.lang.String property
        The property name.
    • Constructor Detail

      • StyleDeclarationValue

        public StyleDeclarationValue​(java.lang.String prop)
        Creates a new StyleDeclarationValue.