Interface CSSShorthandValue

All Superinterfaces:
Cloneable, CSSValue, ExtendedCSSValue

public interface CSSShorthandValue extends ExtendedCSSValue
Shorthand value.

These values are of CSSValue.CSS_CUSTOM type.

  • Method Details

    • isImportant

      boolean isImportant()
      Is the value of important priority ?
      Returns:
      true if the priority is important.
    • getLonghands

      Set<String> getLonghands()
      Get the set of longhand properties that this shorthand is responsible for.
      Returns:
      the set of longhand properties.
    • clone

      Description copied from interface: ExtendedCSSValue
      Creates and returns a copy of this value.
      Specified by:
      clone in interface ExtendedCSSValue
      Returns:
      a clone of this value.