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 PropertyDeclarationCascadedStyle. createLayoutPropertyDeclaration(CSSName cssName, IdentValue display)Creates aPropertyDeclarationsuitable for passing toCascadedStyle.createLayoutStyle(PropertyDeclaration[])orCascadedStyle.createLayoutStyle(CascadedStyle, PropertyDeclaration[])PropertyDeclarationCascadedStyle. propertyByName(CSSName cssName)Returns aPropertyDeclarationby CSS property name, e.g.Methods in org.xhtmlrenderer.css.newmatch with parameters of type PropertyDeclaration Modifier and Type Method Description static CascadedStyleCascadedStyle. createLayoutStyle(CascadedStyle startingPoint, PropertyDeclaration[] decls)Creates aCascadedStyleusing style information fromstartingPointand then adding the property declarations fromdecls.static CascadedStyleCascadedStyle. createLayoutStyle(PropertyDeclaration[] decls)Creates aCascadedStyleusing 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 voidRuleset. addProperty(PropertyDeclaration decl)
-