Interface CSSPropertyList
- All Known Implementing Classes:
CSSPropertyListImpl
-
Method Summary
Modifier and TypeMethodDescriptionintReturn length of CSS property list.item(int i) Return the CSS propertyCSSPropertyat itemi.
-
Method Details
-
getLength
int getLength()Return length of CSS property list. -
item
Return the CSS propertyCSSPropertyat itemi.
-