Interface HTMLPreElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLPreElement extends HTMLElement
Preformatted text. See the PRE element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Since:
1.4, DOM Level 2
  • Method Details Link icon

    • getWidth Link icon

      int getWidth()
      Fixed width for content. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
    • setWidth Link icon

      void setWidth(int width)