Interface CSSProperty
- All Known Implementing Classes:
CSSPropertyImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Return name of CSS property.getValue()ReturnCSSValuevalue of CSS property.booleanReturn true if CSS property is important and false otherwise.voidsetImportant(boolean important) voidSet theCSSValuevalue of CSS property.
-
Method Details
-
getName
String getName()Return name of CSS property. -
getValue
-
setValue
-
isImportant
boolean isImportant()Return true if CSS property is important and false otherwise. -
setImportant
void setImportant(boolean important)
-