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