Class StringValue
java.lang.Object
com.openhtmltopdf.css.style.DerivedValue
com.openhtmltopdf.css.style.derived.StringValue
- All Implemented Interfaces:
FSDerivedValue
public class StringValue extends DerivedValue
-
Constructor Summary
Constructors Constructor Description StringValue(CSSName name, PropertyValue value) -
Method Summary
Modifier and Type Method Description String[]asStringArray()StringtoString()Methods inherited from class com.openhtmltopdf.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
Constructor Details
-
Method Details
-
asStringArray
- Specified by:
asStringArrayin interfaceFSDerivedValue- Overrides:
asStringArrayin classDerivedValue
-
toString
-