Overview | Methods | Fields | This Package | All Packages
Sets the style by its cascading style sheet's integer value.
Syntax
public void setCSSStyleInt( String strStyleKey, int value )
Parameters
strStyleKey
The name of the style to set.
value
An integer value.
Remarks
Calling this method directly is not part of the normal usage of this package. You should use more specific style methods (for example, DhStyleBase.setFont).
See Also getCSSStyleInt