- All Superinterfaces:
Cloneable,CSSValue,ExtendedCSSValue
Shorthand value.
These values are of CSSValue.CSS_CUSTOM type.
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this value.Get the set of longhand properties that this shorthand is responsible for.booleanIs the value of important priority ?Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssTextMethods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSValue
getMinifiedCssText, writeCssText
-
Method Details
-
isImportant
boolean isImportant()Is the value of important priority ?- Returns:
trueif the priority is important.
-
getLonghands
Get the set of longhand properties that this shorthand is responsible for.- Returns:
- the set of longhand properties.
-
clone
CSSShorthandValue clone()Description copied from interface:ExtendedCSSValueCreates and returns a copy of this value.- Specified by:
clonein interfaceExtendedCSSValue- Returns:
- a clone of this value.
-