Class HTMLPreElementImpl

    • Constructor Detail

      • HTMLPreElementImpl

        public HTMLPreElementImpl​(java.lang.String name)
    • Method Detail

      • getWidth

        public int getWidth()
        Description copied from interface: HTMLPreElement
        Fixed width for content. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getWidth in interface HTMLPreElement
      • setWidth

        public void setWidth​(int width)
        Description copied from interface: HTMLPreElement
        Fixed width for content. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setWidth in interface HTMLPreElement