Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextKeywordsElement
-
Packages that use TextKeywordsElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextKeywordsElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextKeywordsElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextKeywordsElement ele)A method to visit "text:keywords" elements -
Uses of TextKeywordsElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextKeywordsElement Modifier and Type Method Description TextKeywordsElementTextAElement. newTextKeywordsElement()Create child element <text:keywords>.TextKeywordsElementTextMetaElement. newTextKeywordsElement()Create child element <text:keywords>.TextKeywordsElementTextMetaFieldElement. newTextKeywordsElement()Create child element <text:keywords>.TextKeywordsElementTextParagraphElementBase. newTextKeywordsElement()Create child element <text:keywords>.TextKeywordsElementTextRubyBaseElement. newTextKeywordsElement()Create child element <text:keywords>.TextKeywordsElementTextSpanElement. newTextKeywordsElement()Create child element <text:keywords>.
-