Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextNoteCitationElement
-
Packages that use TextNoteCitationElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextNoteCitationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextNoteCitationElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextNoteCitationElement ele)A method to visit "text:note-citation" elements -
Uses of TextNoteCitationElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextNoteCitationElement Modifier and Type Method Description TextNoteCitationElementTextNoteElement. newTextNoteCitationElement()Create child element <text:note-citation>.
-