Uses of Class
org.odftoolkit.odfdom.dom.element.db.DbTableRepresentationsElement
-
Packages that use DbTableRepresentationsElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of DbTableRepresentationsElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DbTableRepresentationsElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DbTableRepresentationsElement ele)
A method to visit "db:table-representations" elements -
Uses of DbTableRepresentationsElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DbTableRepresentationsElement Modifier and Type Method Description DbTableRepresentationsElement
OfficeDatabaseElement. newDbTableRepresentationsElement()
Create child element <db:table-representations>.
-