Uses of Interface
com.openhtmltopdf.css.style.FSDerivedValue
| Package | Description |
|---|---|
| com.openhtmltopdf.css.constants | |
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.css.style.derived |
-
Uses of FSDerivedValue in com.openhtmltopdf.css.constants
Classes in com.openhtmltopdf.css.constants that implement FSDerivedValue Modifier and Type Class Description classIdentValueAn IdentValue represents a string that you can assign to a CSS property, where the string is one of several enumerated values.Methods in com.openhtmltopdf.css.constants that return FSDerivedValue Modifier and Type Method Description FSDerivedValueIdentValue. computedValue()static FSDerivedValueCSSName. initialDerivedValue(CSSName cssName) -
Uses of FSDerivedValue in com.openhtmltopdf.css.style
Classes in com.openhtmltopdf.css.style that implement FSDerivedValue Modifier and Type Class Description classDerivedValueMethods in com.openhtmltopdf.css.style that return FSDerivedValue Modifier and Type Method Description FSDerivedValueCalculatedStyle. valueByName(CSSName cssName)Returns aFSDerivedValueby name.Methods in com.openhtmltopdf.css.style with parameters of type FSDerivedValue Modifier and Type Method Description voidCalculatedStyle. setDefaultValue(CSSName cssName, FSDerivedValue fsDerivedValue) -
Uses of FSDerivedValue in com.openhtmltopdf.css.style.derived
Classes in com.openhtmltopdf.css.style.derived that implement FSDerivedValue Modifier and Type Class Description classColorValueclassCountersValueclassFunctionValueclassLengthValueclassListValueclassNumberValueclassStringValueMethods in com.openhtmltopdf.css.style.derived that return FSDerivedValue Modifier and Type Method Description static FSDerivedValueDerivedValueFactory. newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value)