public static interface CSSOMStyleDeclaration.ValueProvider
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the length of the declaration.
|
String |
getText()
Returns the text of the declaration.
|
Value |
getValue(String name)
Returns the current value associated with this object.
|
boolean |
isImportant(String name)
Tells whether the given property is important.
|
String |
item(int idx)
Returns the value at the given.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.