Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DhStyleBase.setCSSStyle

Sets the style by its cascading style sheet's string value.

Syntax

public void setCSSStyle( String strStyleKey**, String** value )

Parameters

strStyleKey

The name of the style to set.

value

A string value.

Remarks

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).