com.aspose.html

Class HTMLFrameSetElement

    • Constructor Detail

      • HTMLFrameSetElement

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

        Initializes a new instance of the HTMLFrameSetElement class.

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

      • getCols

        @DOMNameAttribute(name="cols")
        public String getCols()

        The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.

      • setCols

        @DOMNameAttribute(name="cols")
        public void setCols(String value)

        The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.01.

      • getRows

        @DOMNameAttribute(name="rows")
        public String getRows()

        The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.

      • setRows

        @DOMNameAttribute(name="rows")
        public void setRows(String value)

        The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.01.

      • getFrames

        public com.aspose.html.internal.ms.System.Collections.Generic.IGenericList<HTMLFrameElement> getFrames()
      • getFramesets

        public com.aspose.html.internal.ms.System.Collections.Generic.IGenericList<HTMLFrameSetElement> getFramesets()
      • getNoframes

        public com.aspose.html.internal.ms.System.Collections.Generic.IGenericList<HTMLElement> getNoframes()

        Gets the noframes.