Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextNoteElement
-
Packages that use TextNoteElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextNoteElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextNoteElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextNoteElement ele)A method to visit "text:note" elements -
Uses of TextNoteElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextNoteElement Modifier and Type Method Description TextNoteElementTextAElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextHElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextMetaElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextMetaFieldElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextPElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextRubyBaseElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.TextNoteElementTextSpanElement. newTextNoteElement(String textNoteClassValue)Create child element <text:note>.
-