Interface HTMLPreElement

All Superinterfaces:
Element, HTMLElement, Node

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

    • getWidth

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

      void setWidth(int width)