Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration
-
Packages that use PropertyDeclaration Package Description org.xhtmlrenderer.css.newmatch org.xhtmlrenderer.css.sheet -
-
Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclaration Modifier and Type Method Description static PropertyDeclaration
CascadedStyle. createLayoutPropertyDeclaration(CSSName cssName, IdentValue display)
Creates aPropertyDeclaration
suitable for passing toCascadedStyle.createLayoutStyle(PropertyDeclaration[])
orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])
PropertyDeclaration
CascadedStyle. propertyByName(CSSName cssName)
Returns aPropertyDeclaration
by CSS property name, e.g.Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclaration Modifier and Type Method Description static CascadedStyle
CascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)
Creates aCascadedStyle
using style information fromstartingPoint
and then adding the property declarations fromdecls
.static CascadedStyle
CascadedStyle. createLayoutStyle(PropertyDeclaration[] decls)
Creates aCascadedStyle
using the provided property declarations. -
Uses of PropertyDeclaration in org.xhtmlrenderer.css.sheet
Methods in org.xhtmlrenderer.css.sheet with parameters of type PropertyDeclaration Modifier and Type Method Description void
Ruleset. addProperty(PropertyDeclaration decl)
-