public class BackgroundColors extends Object
| Constructor and Description |
|---|
BackgroundColors() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBackgroundColors()
The range of background colors behind this element, if it contains any visible text.
|
String |
getComputedFontSize()
The computed font size for this node, as a CSS computed value string (e.g.
|
String |
getComputedFontWeight()
The computed font weight for this node, as a CSS computed value string (e.g.
|
void |
setBackgroundColors(List<String> backgroundColors)
The range of background colors behind this element, if it contains any visible text.
|
void |
setComputedFontSize(String computedFontSize)
The computed font size for this node, as a CSS computed value string (e.g.
|
void |
setComputedFontWeight(String computedFontWeight)
The computed font weight for this node, as a CSS computed value string (e.g.
|
public List<String> getBackgroundColors()
public void setBackgroundColors(List<String> backgroundColors)
public String getComputedFontSize()
public void setComputedFontSize(String computedFontSize)
public String getComputedFontWeight()
public void setComputedFontWeight(String computedFontWeight)
Copyright © 2020. All rights reserved.