Class TableColElement

    • Constructor Detail

      • TableColElement

        protected TableColElement()
    • Method Detail

      • as

        public static TableColElement as​(Element elem)
        Assert that the given Element is compatible with this class and automatically typecast it.
      • is

        public static boolean is​(JavaScriptObject o)
        Determines whether the given JavaScriptObject can be cast to this class. A null object will cause this method to return false.
      • is

        public static boolean is​(Node node)
        Determine whether the given Node can be cast to this class. A null node will cause this method to return false.
      • is

        public static boolean is​(Element elem)
        Determine whether the given Element can be cast to this class. A null node will cause this method to return false.
      • getAlign

        public final java.lang.String getAlign()
        Horizontal alignment of cell data in column.
        See Also:
        W3C HTML Specification
      • getCh

        public final java.lang.String getCh()
        Alignment character for cells in a column.
        See Also:
        W3C HTML Specification
      • getChOff

        public final java.lang.String getChOff()
        Offset of alignment character.
        See Also:
        W3C HTML Specification
      • getSpan

        public final int getSpan()
        Indicates the number of columns in a group or affected by a grouping.
        See Also:
        W3C HTML Specification
      • getVAlign

        public final java.lang.String getVAlign()
        Vertical alignment of cell data in column.
        See Also:
        W3C HTML Specification
      • setAlign

        public final void setAlign​(java.lang.String align)
        Horizontal alignment of cell data in column.
        See Also:
        W3C HTML Specification
      • setCh

        public final void setCh​(java.lang.String ch)
        Alignment character for cells in a column.
        See Also:
        W3C HTML Specification
      • setChOff

        public final void setChOff​(java.lang.String chOff)
        Offset of alignment character.
        See Also:
        W3C HTML Specification
      • setSpan

        public final void setSpan​(int span)
        Indicates the number of columns in a group or affected by a grouping.
        See Also:
        W3C HTML Specification
      • setVAlign

        public final void setVAlign​(java.lang.String vAlign)
        Vertical alignment of cell data in column.
        See Also:
        W3C HTML Specification
      • setWidth

        public final void setWidth​(java.lang.String width)
        Default column width.
        See Also:
        W3C HTML Specification