Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableTableCellElementBase
-
Packages that use TableTableCellElementBase Package Description org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document.org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableTableCellElementBase in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return TableTableCellElementBase Modifier and Type Method Description TableTableCellElementBaseOdfTableCell. getOdfElement()Get the instance ofTableTableCellElementBasewhich represents this cell.Methods in org.odftoolkit.odfdom.doc.table with parameters of type TableTableCellElementBase Modifier and Type Method Description static OdfTableCellOdfTableCell. getInstance(TableTableCellElementBase cellElement)Get theOdfTableCellinstance from theTableTableCellElementBaseinstance. -
Uses of TableTableCellElementBase in org.odftoolkit.odfdom.dom.element.table
Subclasses of TableTableCellElementBase in org.odftoolkit.odfdom.dom.element.table Modifier and Type Class Description classTableCoveredTableCellElementDOM implementation of OpenDocument element <table:covered-table-cell>.classTableTableCellElementDOM implementation of OpenDocument element <table:table-cell>.Methods in org.odftoolkit.odfdom.dom.element.table that return TableTableCellElementBase Modifier and Type Method Description TableTableCellElementBaseTableTableCellElementBase. split(int posStart)Splitting the element at the given position into two halves
-