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 voidDefaultElementVisitor. 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 TableCellAddressElementTableCellContentChangeElement. newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)Create child element <table:cell-address>.TableCellAddressElementTableCellContentDeletionElement. newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)Create child element <table:cell-address>.
-