Microsoft SDK for Java

DhStyleBase.setCSSStyleInt

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.