Package io.sf.carte.doc.style.css
Interface CSSShorthandValue
Shorthand value.
These values are of SHORTHAND type.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this value.default CSSValue.CssTypeGet the general category to which this value belongs.Get the set of longhand properties that this shorthand is responsible for.default CSSValue.TypeGet the primitive type.booleanIs the value of important priority ?Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
getCssText, getMinifiedCssText, matches, setCssText, 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.
-
getCssValueType
Description copied from interface:CSSValueGet the general category to which this value belongs.- Specified by:
getCssValueTypein interfaceCSSValue- Returns:
- the general value type.
-
getPrimitiveType
Description copied from interface:CSSValueGet the primitive type.- Specified by:
getPrimitiveTypein interfaceCSSValue- Returns:
- the primitive type.
-
clone
CSSShorthandValue clone()Description copied from interface:CSSValueCreates and returns a copy of this value.
-