Microsoft SDK for Java

DhDocument.findStyle

Retrieves a DhStyle object with the named style for this document.

Syntax

public DhStyle findStyle( String style )

Parameters

style

The string name of the style you are looking for (for example, ".myClass").

Return Value

Returns the style object that corresponds to the style parameter, or returns null if no such style exists in this document.

Remarks

This method is not used in the normal course of programming this package.

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