Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableInsertionElement
-
Packages that use TableInsertionElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableInsertionElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableInsertionElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TableInsertionElement ele)
A method to visit "table:insertion" elements -
Uses of TableInsertionElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableInsertionElement Modifier and Type Method Description TableInsertionElement
TableTrackedChangesElement. newTableInsertionElement(String tableIdValue, int tablePositionValue, String tableTypeValue)
Create child element <table:insertion>.
-