com.aspose.html

Class HTMLIFrameElement

    • Constructor Detail

      • HTMLIFrameElement

        public HTMLIFrameElement(com.aspose.html.dom.DOMName name,
                                 Document doc)

        Initializes a new instance of the HTMLIFrameElement class.

        Parameters:
        name - The DOM name.
        doc - The document.
    • Method Detail

      • getAlign

        @DOMNameAttribute(name="align")
        public String getAlign()

        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.

      • setAlign

        @DOMNameAttribute(name="align")
        public void setAlign(String value)

        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.

      • getFrameBorder

        @DOMNameAttribute(name="frameBorder")
        public String getFrameBorder()

        Request frame borders. See the frameborder attribute definition in HTML 4.01.

      • setFrameBorder

        @DOMNameAttribute(name="frameBorder")
        public void setFrameBorder(String value)

        Request frame borders. See the frameborder attribute definition in HTML 4.01.

      • getHeight

        @DOMNameAttribute(name="height")
        public String getHeight()

        Frame height. See the height attribute definition in HTML 4.01.

      • setHeight

        @DOMNameAttribute(name="height")
        public void setHeight(String value)

        Frame height. See the height attribute definition in HTML 4.01.

      • getMarginHeight

        @DOMNameAttribute(name="marginHeight")
        public String getMarginHeight()

        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.

      • setMarginHeight

        @DOMNameAttribute(name="marginHeight")
        public void setMarginHeight(String value)

        Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.

      • getMarginWidth

        @DOMNameAttribute(name="marginWidth")
        public String getMarginWidth()

        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.

      • setMarginWidth

        @DOMNameAttribute(name="marginWidth")
        public void setMarginWidth(String value)

        Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.

      • getName

        @DOMNameAttribute(name="name")
        public String getName()

        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.

      • setName

        @DOMNameAttribute(name="name")
        public void setName(String value)

        The frame name (object of the target attribute). See the name attribute definition in HTML 4.01.

      • getScrolling

        @DOMNameAttribute(name="scrolling")
        public String getScrolling()

        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.

      • setScrolling

        @DOMNameAttribute(name="scrolling")
        public void setScrolling(String value)

        Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.

      • setWidth

        @DOMNameAttribute(name="width")
        public void setWidth(String value)

        Frame width. See the width attribute definition in HTML 4.01.

      • getContentDocument

        @DOMNameAttribute(name="contentDocument")
        public HTMLDocument getContentDocument()

        The document this frame contains, if there is any and it is available, or null otherwise.

        Since:
        DOM Level 2