- 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.boolean
Is the value of important priority ?Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
Methods inherited from interface io.sf.carte.doc.style.css.ExtendedCSSValue
getMinifiedCssText, writeCssText
-
Method Details
-
isImportant
boolean isImportant()Is the value of important priority ?- Returns:
true
if 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:ExtendedCSSValue
Creates and returns a copy of this value.- Specified by:
clone
in interfaceExtendedCSSValue
- Returns:
- a clone of this value.
-