Sets the style by its cascading style sheet's string value.
public void setCSSStyle( String strStyleKey, String value )
strStyleKey
The name of the style to set.
value
A string value.
Calling this method directly is not part of the normal usage of this package. You should use the more specific style methods (for example, DhStyleBase.setFont).