com.aspose.html

Class HTMLTableCellElement

    • Constructor Detail

      • HTMLTableCellElement

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

        Initializes a new instance of the HTMLTableCellElement class.

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

      • getCellIndex

        @DOMNameAttribute(name="cellIndex")
        public int getCellIndex()

        The index of this cell in the row, starting from 0. This index is in document tree order and not display order.

      • getAbbr

        @DOMNameAttribute(name="abbr")
        public String getAbbr()

        Abbreviation for header cells. See the abbr attribute definition in HTML 4.01.

      • setAbbr

        @DOMNameAttribute(name="abbr")
        public void setAbbr(String value)

        Abbreviation for header cells. See the abbr attribute definition in HTML 4.01.

      • getAlign

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

        Horizontal alignment of data in cell. See the align attribute definition in HTML 4.01.

      • setAlign

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

        Horizontal alignment of data in cell. See the align attribute definition in HTML 4.01.

      • getAxis

        @DOMNameAttribute(name="axis")
        public String getAxis()

        Names group of related headers. See the axis attribute definition in HTML 4.01.

      • setAxis

        @DOMNameAttribute(name="axis")
        public void setAxis(String value)

        Names group of related headers. See the axis attribute definition in HTML 4.01.

      • getBgColor

        @DOMNameAttribute(name="bgColor")
        public String getBgColor()

        Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setBgColor

        @DOMNameAttribute(name="bgColor")
        public void setBgColor(String value)

        Cell background color. See the bgcolor attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getCh

        @DOMNameAttribute(name="ch")
        public String getCh()

        Alignment character for cells in a column. See the char attribute definition in HTML 4.01.

      • setCh

        @DOMNameAttribute(name="ch")
        public void setCh(String value)

        Alignment character for cells in a column. See the char attribute definition in HTML 4.01.

      • getChOff

        @DOMNameAttribute(name="chOff")
        public String getChOff()

        Offset of alignment character. See the charoff attribute definition in HTML 4.01.

      • setChOff

        @DOMNameAttribute(name="chOff")
        public void setChOff(String value)

        Offset of alignment character. See the charoff attribute definition in HTML 4.01.

      • getColSpan

        @DOMNameAttribute(name="colSpan")
        public int getColSpan()

        Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.

      • setColSpan

        @DOMNameAttribute(name="colSpan")
        public void setColSpan(int value)

        Number of columns spanned by cell. See the colspan attribute definition in HTML 4.01.

      • getHeaders

        @DOMNameAttribute(name="headers")
        public String getHeaders()

        List of id attribute values for header cells. See the headers attribute definition in HTML 4.01.

      • setHeaders

        @DOMNameAttribute(name="headers")
        public void setHeaders(String value)

        List of id attribute values for header cells. See the headers attribute definition in HTML 4.01.

      • getHeight

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

        Cell height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setHeight

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

        Cell height. See the height attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getNoWrap

        @DOMNameAttribute(name="noWrap")
        public boolean getNoWrap()

        Suppress word wrapping. See the nowrap attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setNoWrap

        @DOMNameAttribute(name="noWrap")
        public void setNoWrap(boolean value)

        Suppress word wrapping. See the nowrap attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • getRowSpan

        @DOMNameAttribute(name="rowSpan")
        public int getRowSpan()

        Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.01.

      • setRowSpan

        @DOMNameAttribute(name="rowSpan")
        public void setRowSpan(int value)

        Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.01.

      • getScope

        @DOMNameAttribute(name="scope")
        public String getScope()

        Scope covered by header cells. See the scope attribute definition in HTML 4.01.

      • setScope

        @DOMNameAttribute(name="scope")
        public void setScope(String value)

        Scope covered by header cells. See the scope attribute definition in HTML 4.01.

      • getVAlign

        @DOMNameAttribute(name="vAlign")
        public String getVAlign()

        Vertical alignment of data in cell. See the valign attribute definition in HTML 4.01.

      • setVAlign

        @DOMNameAttribute(name="vAlign")
        public void setVAlign(String value)

        Vertical alignment of data in cell. See the valign attribute definition in HTML 4.01.

      • getWidth

        @DOMNameAttribute(name="width")
        public String getWidth()

        Cell width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

      • setWidth

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

        Cell width. See the width attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.