Package io.sf.carte.doc.style.css
Interface CSSCountersValue
- All Superinterfaces:
Cloneable,CSSCounterValue,CSSPrimitiveValue,CSSTypedValue,CSSValue
A CSS
counters() function.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type -
Method Summary
Methods inherited from interface io.sf.carte.doc.style.css.CSSCounterValue
getCounterStyle, getNameMethods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, setExpectIntegerMethods inherited from interface io.sf.carte.doc.style.css.CSSTypedValue
getFloatValue, getStringValue, isCalculatedNumber, isNumberZero, setFloatValue, setStringValue, toRGBColor, toRGBColorValueMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
clone, getCssText, getCssValueType, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
Method Details
-
getSeparator
String getSeparator()Get the separator.If no separator was set, returns the empty string.
- Returns:
- the separator.
-