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.
-
getWidth()
- Fixed width for content.
-
setWidth(int)
-
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.
setWidth
public abstract void setWidth(int width)
All Packages Class Hierarchy This Package Previous Next Index