Class HTMLIFrameElementImpl

    • Constructor Detail

      • HTMLIFrameElementImpl

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

      • getAlign

        public java.lang.String getAlign()
        Description copied from interface: HTMLIFrameElement
        Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        getAlign in interface HTMLIFrameElement
      • getContentDocument

        public org.w3c.dom.Document getContentDocument()
        Description copied from interface: HTMLIFrameElement
        The document this frame contains, if there is any and it is available, or null otherwise.
        Specified by:
        getContentDocument in interface HTMLIFrameElement
      • getContentWindow

        public Window getContentWindow()
      • getFrameBorder

        public java.lang.String getFrameBorder()
        Description copied from interface: HTMLIFrameElement
        Request frame borders. See the frameborder attribute definition in HTML 4.01.
        Specified by:
        getFrameBorder in interface HTMLIFrameElement
      • getHeight

        public java.lang.String getHeight()
        Description copied from interface: HTMLIFrameElement
        Frame height. See the height attribute definition in HTML 4.01.
        Specified by:
        getHeight in interface HTMLIFrameElement
      • getLongDesc

        public java.lang.String getLongDesc()
        Description copied from interface: HTMLIFrameElement
        URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
        Specified by:
        getLongDesc in interface HTMLIFrameElement
      • getMarginHeight

        public java.lang.String getMarginHeight()
        Description copied from interface: HTMLIFrameElement
        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
        Specified by:
        getMarginHeight in interface HTMLIFrameElement
      • getMarginWidth

        public java.lang.String getMarginWidth()
        Description copied from interface: HTMLIFrameElement
        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
        Specified by:
        getMarginWidth in interface HTMLIFrameElement
      • getName

        public java.lang.String getName()
        Description copied from interface: HTMLIFrameElement
        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.
        Specified by:
        getName in interface HTMLIFrameElement
      • getScrolling

        public java.lang.String getScrolling()
        Description copied from interface: HTMLIFrameElement
        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
        Specified by:
        getScrolling in interface HTMLIFrameElement
      • getWidth

        public java.lang.String getWidth()
        Description copied from interface: HTMLIFrameElement
        Frame width. See the width attribute definition in HTML 4.01.
        Specified by:
        getWidth in interface HTMLIFrameElement
      • setAlign

        public void setAlign​(java.lang.String align)
        Description copied from interface: HTMLIFrameElement
        Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
        Specified by:
        setAlign in interface HTMLIFrameElement
      • setFrameBorder

        public void setFrameBorder​(java.lang.String frameBorder)
        Description copied from interface: HTMLIFrameElement
        Request frame borders. See the frameborder attribute definition in HTML 4.01.
        Specified by:
        setFrameBorder in interface HTMLIFrameElement
      • setHeight

        public void setHeight​(java.lang.String height)
        Description copied from interface: HTMLIFrameElement
        Frame height. See the height attribute definition in HTML 4.01.
        Specified by:
        setHeight in interface HTMLIFrameElement
      • setLongDesc

        public void setLongDesc​(java.lang.String longDesc)
        Description copied from interface: HTMLIFrameElement
        URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
        Specified by:
        setLongDesc in interface HTMLIFrameElement
      • setMarginHeight

        public void setMarginHeight​(java.lang.String marginHeight)
        Description copied from interface: HTMLIFrameElement
        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
        Specified by:
        setMarginHeight in interface HTMLIFrameElement
      • setMarginWidth

        public void setMarginWidth​(java.lang.String marginWidth)
        Description copied from interface: HTMLIFrameElement
        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
        Specified by:
        setMarginWidth in interface HTMLIFrameElement
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: HTMLIFrameElement
        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.
        Specified by:
        setName in interface HTMLIFrameElement
      • setScrolling

        public void setScrolling​(java.lang.String scrolling)
        Description copied from interface: HTMLIFrameElement
        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
        Specified by:
        setScrolling in interface HTMLIFrameElement
      • setSrc

        public void setSrc​(java.lang.String src)
        Description copied from interface: HTMLIFrameElement
        A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.
        Specified by:
        setSrc in interface HTMLIFrameElement
      • setWidth

        public void setWidth​(java.lang.String width)
        Description copied from interface: HTMLIFrameElement
        Frame width. See the width attribute definition in HTML 4.01.
        Specified by:
        setWidth in interface HTMLIFrameElement