Methods | This Package | All Packages

DhText Class

Represents static text in an HTML document.

DhStyleBase
  |
  +--DhElement
     |
      +--DhText

package com.ms.wfc.html

public class DhText
extends
DhElement

Remarks

This element is displayed in one of two modes: freely formatted (the default) or honoring white space. The latter means that all white space (including carriage returns) is maintained, and the element is rendered as a block element with a leading and trailing line feed (unless otherwise positioned).