Microsoft SDK for Java

DhRawHTML Class

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.