public class Property extends CSSOMObjectImpl implements Serializable
| Constructor and Description |
|---|
Property() |
Property(String name,
org.w3c.dom.css.CSSValue value,
boolean important)
Creates new Property
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.w3c.dom.css.CSSValue |
getValue() |
boolean |
isImportant() |
void |
setImportant(boolean important) |
void |
setName(String name) |
void |
setValue(org.w3c.dom.css.CSSValue value) |
String |
toString() |
getUserData, getUserDataMap, setUserData, setUserDataMappublic Property(String name, org.w3c.dom.css.CSSValue value, boolean important)
public Property()
public void setName(String name)
public String getName()
public org.w3c.dom.css.CSSValue getValue()
public boolean isImportant()
public void setValue(org.w3c.dom.css.CSSValue value)
public void setImportant(boolean important)
Copyright © 2018. All rights reserved.