Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextFileNameElement
-
Packages that use TextFileNameElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextFileNameElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextFileNameElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextFileNameElement ele)A method to visit "text:file-name" elements -
Uses of TextFileNameElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextFileNameElement Modifier and Type Method Description TextFileNameElementTextAElement. newTextFileNameElement()Create child element <text:file-name>.TextFileNameElementTextMetaElement. newTextFileNameElement()Create child element <text:file-name>.TextFileNameElementTextMetaFieldElement. newTextFileNameElement()Create child element <text:file-name>.TextFileNameElementTextParagraphElementBase. newTextFileNameElement()Create child element <text:file-name>.TextFileNameElementTextRubyBaseElement. newTextFileNameElement()Create child element <text:file-name>.TextFileNameElementTextSpanElement. newTextFileNameElement()Create child element <text:file-name>.
-