-
public final class GetInlineStylesForNodeResponseResponse type for the CSSDomain.getInlineStylesForNode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final CSSStyleinlineStyleprivate final CSSStyleattributesStyle
-
Constructor Summary
Constructors Constructor Description GetInlineStylesForNodeResponse(CSSStyle inlineStyle, CSSStyle attributesStyle)
-
Method Summary
Modifier and Type Method Description final CSSStylecomponent1()final CSSStylecomponent2()final GetInlineStylesForNodeResponsecopy(CSSStyle inlineStyle, CSSStyle attributesStyle)final CSSStylegetInlineStyle()Inline style for the specified DOM node. final CSSStylegetAttributesStyle()Attribute-defined element style (e.g. -
-
Method Detail
-
component1
final CSSStyle component1()
-
component2
final CSSStyle component2()
-
copy
final GetInlineStylesForNodeResponse copy(CSSStyle inlineStyle, CSSStyle attributesStyle)
-
getInlineStyle
final CSSStyle getInlineStyle()
Inline style for the specified DOM node.
-
getAttributesStyle
final CSSStyle getAttributesStyle()
Attribute-defined element style (e.g. resulting from "width=20 height=100%").
-
-
-
-