Call this method to toggle whether or not this HTMLTableCell is an autofit cell. An autofit cell will take up as many columns as is necessary to complete the row within which it resides. When asked to display, a given HTMLTableRow may only have one single autofit cell. This check is executed at display time, and an HTMLException will be thrown if there are multiple autofit cells within a given row. Note that autofit does not apply to rowspan, which must be set manually.
HTMLTableCell Class | com.plumtree.xpshared.htmlelements Namespace