Home » xml-commons-external-1.4.01-src » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLPreElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Preformatted text. See the PRE element definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLPreElement Summary:
getWidth,   setWidth
Method from org.w3c.dom.html.HTMLPreElement Detail:
 public int getWidth()
    Fixed width for content. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 public  void setWidth(int width)