Sets the style by its cascading style sheet's integer value.
public void setCSSStyleInt( String strStyleKey, int value )
strStyleKey
The name of the style to set.
value
An integer value.
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