Uses of Interface
com.openhtmltopdf.css.parser.CSSPrimitiveValue
| Package | Description |
|---|---|
| com.openhtmltopdf.context | |
| com.openhtmltopdf.css.constants | |
| com.openhtmltopdf.css.parser | |
| com.openhtmltopdf.css.parser.property | |
| com.openhtmltopdf.css.sheet |
-
Uses of CSSPrimitiveValue in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return types with arguments of type CSSPrimitiveValue Modifier and Type Method Description Map<String,CSSPrimitiveValue>StyleReference. getCascadedPropertiesMap(Element e)Deprecated. -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.constants
Methods in com.openhtmltopdf.css.constants with parameters of type CSSPrimitiveValue Modifier and Type Method Description static booleanValueConstants. isAbsoluteUnit(CSSPrimitiveValue primitive)Returns true if the specified value was absolute (even if we have a computed value for it), meaning that either the value can be used directly (e.g. -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.parser
Classes in com.openhtmltopdf.css.parser that implement CSSPrimitiveValue Modifier and Type Class Description classPropertyValue -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.parser.property
Methods in com.openhtmltopdf.css.parser.property that return CSSPrimitiveValue Modifier and Type Method Description CSSPrimitiveValuePageSize. getPageHeight()CSSPrimitiveValuePageSize. getPageWidth()Methods in com.openhtmltopdf.css.parser.property with parameters of type CSSPrimitiveValue Modifier and Type Method Description protected voidAbstractPropertyBuilder. checkAngleType(CSSName cssName, CSSPrimitiveValue value)protected IdentValueAbstractPropertyBuilder. checkIdent(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentLengthNumberOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrColorType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrIntegerType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrLengthType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrNumberType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrString(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentOrURIType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkIdentType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkInheritAllowed(CSSPrimitiveValue value, boolean inheritAllowed)protected voidAbstractPropertyBuilder. checkInteger(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkLengthType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkNumberType(CSSName cssName, CSSPrimitiveValue value)protected voidAbstractPropertyBuilder. checkStringType(CSSName cssName, CSSPrimitiveValue value)protected booleanAbstractPropertyBuilder. isLength(CSSPrimitiveValue value) -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return CSSPrimitiveValue Modifier and Type Method Description CSSPrimitiveValuePropertyDeclaration. getValue()Returns the specifiedCSSValuefor this property.Constructors in com.openhtmltopdf.css.sheet with parameters of type CSSPrimitiveValue Constructor Description PropertyDeclaration(CSSName cssName, CSSPrimitiveValue value, boolean imp, int orig)Creates a new instance of PropertyDeclaration from anCSSPrimitiveValueinstance.