Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextCreatorElement
-
Packages that use TextCreatorElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextCreatorElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextCreatorElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextCreatorElement ele)A method to visit "text:creator" elements -
Uses of TextCreatorElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextCreatorElement Modifier and Type Method Description TextCreatorElementTextAElement. newTextCreatorElement()Create child element <text:creator>.TextCreatorElementTextMetaElement. newTextCreatorElement()Create child element <text:creator>.TextCreatorElementTextMetaFieldElement. newTextCreatorElement()Create child element <text:creator>.TextCreatorElementTextParagraphElementBase. newTextCreatorElement()Create child element <text:creator>.TextCreatorElementTextRubyBaseElement. newTextCreatorElement()Create child element <text:creator>.TextCreatorElementTextSpanElement. newTextCreatorElement()Create child element <text:creator>.
-