public class InheritedStyleEntry extends Object
| Constructor and Description |
|---|
InheritedStyleEntry() |
| Modifier and Type | Method and Description |
|---|---|
CSSStyle |
getInlineStyle()
The ancestor node's inline style, if any, in the style inheritance chain.
|
List<RuleMatch> |
getMatchedCSSRules()
Matches of CSS rules matching the ancestor node in the style inheritance chain.
|
void |
setInlineStyle(CSSStyle inlineStyle)
The ancestor node's inline style, if any, in the style inheritance chain.
|
void |
setMatchedCSSRules(List<RuleMatch> matchedCSSRules)
Matches of CSS rules matching the ancestor node in the style inheritance chain.
|
public CSSStyle getInlineStyle()
public void setInlineStyle(CSSStyle inlineStyle)
public List<RuleMatch> getMatchedCSSRules()
Copyright © 2020. All rights reserved.