Creates a DhStyle object.
public DhStyle()
public DhStyle( String name )
name
The name of the style to use for underlying HTML generation.
Use the constructor with the name parameter to name your style and control the underlying HTML code that is generated by this object.
Note This is completely handled for you in the default (empty) constructor.