Uses of Class
com.openhtmltopdf.css.sheet.PropertyDeclaration
-
Packages that use PropertyDeclaration Package Description com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.parser.property com.openhtmltopdf.css.sheet -
-
Uses of PropertyDeclaration in com.openhtmltopdf.css.newmatch
Methods in com.openhtmltopdf.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 com.openhtmltopdf.css.newmatch that return types with arguments of type PropertyDeclaration Modifier and Type Method Description Collection<PropertyDeclaration>CascadedStyle. getCascadedPropertyDeclarations()Returns anIteratorover the set ofPropertyDeclarations already matched in this CascadedStyle.Methods in com.openhtmltopdf.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.Method parameters in com.openhtmltopdf.css.newmatch with type arguments of type PropertyDeclaration Modifier and Type Method Description static CascadedStyleCascadedStyle. createLayoutStyle(List<PropertyDeclaration> decls)Constructor parameters in com.openhtmltopdf.css.newmatch with type arguments of type PropertyDeclaration Constructor Description PageInfo(List properties, CascadedStyle pageStyle, Map<MarginBoxName,List<PropertyDeclaration>> marginBoxes) -
Uses of PropertyDeclaration in com.openhtmltopdf.css.parser.property
Methods in com.openhtmltopdf.css.parser.property that return PropertyDeclaration Modifier and Type Method Description protected PropertyDeclarationAbstractPropertyBuilder. copyOf(PropertyDeclaration decl, CSSName newName)Methods in com.openhtmltopdf.css.parser.property with parameters of type PropertyDeclaration Modifier and Type Method Description protected PropertyDeclarationAbstractPropertyBuilder. copyOf(PropertyDeclaration decl, CSSName newName) -
Uses of PropertyDeclaration in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type PropertyDeclaration Modifier and Type Method Description Map<MarginBoxName,List<PropertyDeclaration>>PageRule. getMarginBoxes()List<PropertyDeclaration>PageRule. getMarginBoxProperties(MarginBoxName name)List<PropertyDeclaration>Ruleset. getPropertyDeclarations()Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.Methods in com.openhtmltopdf.css.sheet with parameters of type PropertyDeclaration Modifier and Type Method Description voidRuleset. addProperty(PropertyDeclaration decl)Method parameters in com.openhtmltopdf.css.sheet with type arguments of type PropertyDeclaration Modifier and Type Method Description voidRuleset. addAllProperties(List<PropertyDeclaration> props)voidPageRule. addMarginBoxProperties(MarginBoxName name, List<PropertyDeclaration> props)
-