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