Package io.sf.carte.doc.style.css
Interface CSSVarValue
- All Superinterfaces:
Cloneable
,CSSPrimitiveValue
,CSSValue
- All Known Implementing Classes:
VarValue
A reference to a CSS custom property value ('variable').
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Modifier and TypeMethodDescriptionGet the fallback value.getName()
Get the name of the custom property.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
clone, getCssText, getCssValueType, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Method Details
-
getName
String getName()Get the name of the custom property.- Returns:
- the name of the custom property.
-
getFallback
LexicalUnit getFallback()Get the fallback value.- Returns:
- the fallback value, or
null
if there is no fallback.
-