DhStyleBase | +--DhElement | +--DhRawHTMLpublic class DhRawHTML
Allows output of arbitrary raw HTML to the document.
Constructors
Name | Description |
---|---|
DhRawHTML() | Constructs a DhRawHTML object. |
DhRawHTML( String html ) | Constructs a DhRawHTML object. |
Methods
Name | Description |
---|---|
getHTML() | Retrieves the current HTML string. |
setHTML( String html ) | Sets the HTML string to output to the document. |
Constructs a DhRawHTML object.
Constructs a DhRawHTML object. This is a one-step construction that takes an HTML string.
Returns the HTML string, or null if one is not set.
Retrieves the current HTML string.
Sets the HTML string to output to the document.