Class HtmlPreformattedText

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlPreformattedText extends HtmlElement
Wrapper for the HTML element "pre".
See Also:
  • Field Details

  • Method Details

    • getWidthAttribute

      public final String getWidthAttribute()
      Returns the value of the attribute width. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute width or an empty string if that attribute isn't defined.