Uses of Class
org.xhtmlrenderer.css.sheet.PropertyDeclaration
Packages that use PropertyDeclaration
-
Uses of PropertyDeclaration in org.xhtmlrenderer.css.newmatch
Methods in org.xhtmlrenderer.css.newmatch that return PropertyDeclarationModifier and TypeMethodDescriptionstatic PropertyDeclaration
CascadedStyle.createLayoutPropertyDeclaration
(CSSName cssName, IdentValue display) Creates aPropertyDeclaration
suitable for passing toCascadedStyle.createLayoutStyle(PropertyDeclaration[])
orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])
CascadedStyle.propertyByName
(CSSName cssName) Returns aPropertyDeclaration
by CSS property name, e.g.Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclarationModifier and TypeMethodDescriptionstatic 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