Class ODT.Table

java.lang.Object
com.storedobject.office.ODT.Element
com.storedobject.office.ODT.Table
Enclosing class:
ODT<T>

public static final class ODT.Table extends ODT.Element
Represents a table in the context of open document template (ODT) processing. If the customizeTable(ODT.Table table) method is defined, it will be called to customize the table. You may use one or more of the methods of this class to control the output. The table could be removed entirely from the output by invoking remove() method.
Author:
Syam