Overview | Methods | This Package | All Packages
Creates a DhStyle object.
public DhStyle()
public DhStyle( String name )
Parameters
name
The name of the style to use for underlying HTML generation.
Remarks
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.