Package io.webfolder.cdp.type.css
Class GetBackgroundColorsResult
java.lang.Object
io.webfolder.cdp.type.css.GetBackgroundColorsResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe computed font size for this node, as a CSS computed value string (e.g.The computed font weight for this node, as a CSS computed value string (e.g.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.toString()
-
Constructor Details
-
GetBackgroundColorsResult
public GetBackgroundColorsResult()
-
-
Method Details
-
getComputedFontSize
The computed font size for this node, as a CSS computed value string (e.g. '12px'). -
setComputedFontSize
The computed font size for this node, as a CSS computed value string (e.g. '12px'). -
getComputedFontWeight
The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100'). -
setComputedFontWeight
The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100'). -
toString
-