Overview | Methods | This Package | All Packages
Creates a DhText object.
public DhText()
public DhText( String text, int mode )
public DhText( String text )
Parameters
text
The text to display.
mode
The initial display mode (one of the DhTextMode fields: FLOW, RESPECT_SPACE, or NO_BREAK).
Remarks
For one-step construction, the text is what will be displayed in this element, and mode is the initial display mode.