All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLPreElement

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


Method Index

 o getWidth()
Fixed width for content.
 o setWidth(int)

Methods

 o getWidth
 public abstract int getWidth()
Fixed width for content. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

 o setWidth
 public abstract void setWidth(int width)

All Packages  Class Hierarchy  This Package  Previous  Next  Index