Retrieves a DhStyle object with the named style for this document.
public DhStyle findStyle( String style )
style
The string name of the style you are looking for (for example, ".myClass").
Returns the style object that corresponds to the style parameter, or returns null if no such style exists in this document.
This method is not used in the normal course of programming this package.