| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
List<CSSStyle> |
CSS.setStyleTexts(List<StyleDeclarationEdit> edits)
Applies specified style edits one after another in the given order.
|
| Modifier and Type | Method and Description |
|---|---|
CSSStyle |
InlineStylesForNode.getAttributesStyle()
Attribute-defined element style (e.g.
|
CSSStyle |
MatchedStylesForNode.getAttributesStyle()
Attribute-defined element style (e.g.
|
CSSStyle |
InheritedStyleEntry.getInlineStyle()
The ancestor node's inline style, if any, in the style inheritance chain.
|
CSSStyle |
InlineStylesForNode.getInlineStyle()
Inline style for the specified DOM node.
|
CSSStyle |
MatchedStylesForNode.getInlineStyle()
Inline style for the specified DOM node.
|
CSSStyle |
CSSKeyframeRule.getStyle()
Associated style declaration.
|
CSSStyle |
CSSRule.getStyle()
Associated style declaration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InlineStylesForNode.setAttributesStyle(CSSStyle attributesStyle)
Attribute-defined element style (e.g.
|
void |
MatchedStylesForNode.setAttributesStyle(CSSStyle attributesStyle)
Attribute-defined element style (e.g.
|
void |
InheritedStyleEntry.setInlineStyle(CSSStyle inlineStyle)
The ancestor node's inline style, if any, in the style inheritance chain.
|
void |
InlineStylesForNode.setInlineStyle(CSSStyle inlineStyle)
Inline style for the specified DOM node.
|
void |
MatchedStylesForNode.setInlineStyle(CSSStyle inlineStyle)
Inline style for the specified DOM node.
|
void |
CSSKeyframeRule.setStyle(CSSStyle style)
Associated style declaration.
|
void |
CSSRule.setStyle(CSSStyle style)
Associated style declaration.
|
Copyright © 2020. All rights reserved.