Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableCellAddressElement
-
Packages that use TableCellAddressElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableCellAddressElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableCellAddressElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TableCellAddressElement ele)
A method to visit "table:cell-address" elements -
Uses of TableCellAddressElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableCellAddressElement Modifier and Type Method Description TableCellAddressElement
TableCellContentChangeElement. newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)
Create child element <table:cell-address>.TableCellAddressElement
TableCellContentDeletionElement. newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)
Create child element <table:cell-address>.
-