- All Superinterfaces:
Cloneable
,CSSPrimitiveValue
,CSSValue
- All Known Implementing Classes:
VarValue
Deprecated, for removal: This API element is subject to removal in a future version.
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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the fallback value.getName()
Deprecated, for removal: This API element is subject to removal in a future version.Get the name of the custom property.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
clone, getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Method Details
-
getName
String getName()Deprecated, for removal: This API element is subject to removal in a future version.Get the name of the custom property.- Returns:
- the name of the custom property.
-
getFallback
LexicalUnit getFallback()Deprecated, for removal: This API element is subject to removal in a future version.Get the fallback value.- Returns:
- the fallback value, or
null
if there is no fallback.
-