Enables output of arbitrary raw HTML to the document.
Component | +--DhStyleBase | +--DhElement | +--DhRawHTML
package com.ms.wfc.html
public class DhRawHTML
extends DhElement
To add arbitrary HTML text to the document, create a DhRawHTML object, adding the HTML string either when you create it or afterward using setHTML. Then add the DhRawHTML element to the document or a container in the document.