Uses of Interface
com.openhtmltopdf.css.parser.CSSPrimitiveValue
-
Packages that use CSSPrimitiveValue Package Description com.openhtmltopdf.context com.openhtmltopdf.css.parser com.openhtmltopdf.css.parser.property com.openhtmltopdf.css.sheet com.openhtmltopdf.css.style -
-
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 java.util.Map<java.lang.String,CSSPrimitiveValue>
StyleReference. getCascadedPropertiesMap(org.w3c.dom.Element e)
Deprecated. -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.parser
Classes in com.openhtmltopdf.css.parser that implement CSSPrimitiveValue Modifier and Type Class Description class
PropertyValue
-
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.parser.property
Fields in com.openhtmltopdf.css.parser.property declared as CSSPrimitiveValue Modifier and Type Field Description private CSSPrimitiveValue
PageSize. _pageHeight
private CSSPrimitiveValue
PageSize. _pageWidth
Methods in com.openhtmltopdf.css.parser.property that return CSSPrimitiveValue Modifier and Type Method Description private CSSPrimitiveValue
BorderPropertyBuilders.BorderSidePropertyBuilder. convertToBorderColor(CSSPrimitiveValue value)
private CSSPrimitiveValue
BorderPropertyBuilders.BorderSidePropertyBuilder. convertToBorderWidth(CSSPrimitiveValue value)
CSSPrimitiveValue
PageSize. getPageHeight()
CSSPrimitiveValue
PageSize. getPageWidth()
Methods in com.openhtmltopdf.css.parser.property with parameters of type CSSPrimitiveValue Modifier and Type Method Description private void
BorderPropertyBuilders.BorderSidePropertyBuilder. addAll(java.util.List<PropertyDeclaration> result, CSSName[] properties, CSSPrimitiveValue value, int origin, boolean important)
protected void
AbstractPropertyBuilder. checkAngleType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkForbidInherit(CSSPrimitiveValue value)
protected IdentValue
AbstractPropertyBuilder. checkIdent(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentLengthNumberOrPercentType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrColorType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrIntegerType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrLengthType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrNumberType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrString(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentOrURIType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkIdentType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkInheritAllowed(CSSPrimitiveValue value, boolean inheritAllowed)
protected void
AbstractPropertyBuilder. checkInteger(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkLengthType(CSSName cssName, CSSPrimitiveValue value)
private void
CounterPropertyBuilder. checkNumberIsInteger(CSSName cssName, CSSPrimitiveValue value)
protected void
AbstractPropertyBuilder. checkNumberType(CSSName cssName, CSSPrimitiveValue value)
private CSSPrimitiveValue
BorderPropertyBuilders.BorderSidePropertyBuilder. convertToBorderColor(CSSPrimitiveValue value)
private CSSPrimitiveValue
BorderPropertyBuilders.BorderSidePropertyBuilder. convertToBorderWidth(CSSPrimitiveValue value)
private boolean
BorderPropertyBuilders.BorderSidePropertyBuilder. isBorderStyle(CSSPrimitiveValue value)
protected boolean
AbstractPropertyBuilder. isLength(CSSPrimitiveValue value)
static boolean
AbstractPropertyBuilder. isLengthHelper(CSSPrimitiveValue value)
Constructors in com.openhtmltopdf.css.parser.property with parameters of type CSSPrimitiveValue Constructor Description PageSize(CSSPrimitiveValue width, CSSPrimitiveValue height)
-
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.sheet
Fields in com.openhtmltopdf.css.sheet declared as CSSPrimitiveValue Modifier and Type Field Description private CSSPrimitiveValue
PropertyDeclaration. cssPrimitiveValue
Description of the FieldMethods in com.openhtmltopdf.css.sheet that return CSSPrimitiveValue Modifier and Type Method Description CSSPrimitiveValue
PropertyDeclaration. getValue()
Returns the specifiedCSSValue
for 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 anCSSPrimitiveValue
instance. -
Uses of CSSPrimitiveValue in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style with parameters of type CSSPrimitiveValue Modifier and Type Method Description private FSDerivedValue
CalculatedStyle. deriveValue(CSSName cssName, CSSPrimitiveValue value)
-