public final class StyleUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
mergeParentStyleDeclaration(Map<String,String> styles,
String styleProperty,
String parentPropValue,
String parentFontSizeString,
Set<IStyleInheritance> inheritanceRules)
Merge parent CSS declarations.
|
public static Map<String,String> mergeParentStyleDeclaration(Map<String,String> styles, String styleProperty, String parentPropValue, String parentFontSizeString, Set<IStyleInheritance> inheritanceRules)
styles - the styles mapstyleProperty - the CSS propertyparentPropValue - the parent properties valueparentFontSizeString - is a font size of parent elementinheritanceRules - set of inheritance rulesCopyright © 1998–2023 Apryse Group NV. All rights reserved.