Share via


DhRawHTML Class

Methods | This Package | All Packages

Enables output of arbitrary raw HTML to the document.

Component
  |
  +--DhStyleBase
     |
     +--DhElement
        |
        +--DhRawHTML

package com.ms.wfc.html

public class DhRawHTML
extends
DhElement****

Remarks

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.