Class GetBackgroundColorsResult

java.lang.Object
io.webfolder.cdp.type.css.GetBackgroundColorsResult

public class GetBackgroundColorsResult extends Object
  • Constructor Details

    • GetBackgroundColorsResult

      public GetBackgroundColorsResult()
  • Method Details

    • getComputedFontSize

      public String getComputedFontSize()
      The computed font size for this node, as a CSS computed value string (e.g. '12px').
    • setComputedFontSize

      public void setComputedFontSize(String computedFontSize)
      The computed font size for this node, as a CSS computed value string (e.g. '12px').
    • getComputedFontWeight

      public String getComputedFontWeight()
      The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').
    • setComputedFontWeight

      public void setComputedFontWeight(String computedFontWeight)
      The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100').
    • toString

      public String toString()
      Overrides:
      toString in class Object