public class CSSComputedStyleProperty extends Object
| Constructor and Description |
|---|
CSSComputedStyleProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Computed style property name.
|
String |
getValue()
Computed style property value.
|
void |
setName(String name)
Computed style property name.
|
void |
setValue(String value)
Computed style property value.
|
Copyright © 2020. All rights reserved.