Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextNoteRefElement
-
Packages that use TextNoteRefElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextNoteRefElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextNoteRefElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextNoteRefElement ele)A method to visit "text:note-ref" elements -
Uses of TextNoteRefElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextNoteRefElement Modifier and Type Method Description TextNoteRefElementTextAElement. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.TextNoteRefElementTextMetaElement. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.TextNoteRefElementTextMetaFieldElement. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.TextNoteRefElementTextParagraphElementBase. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.TextNoteRefElementTextRubyBaseElement. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.TextNoteRefElementTextSpanElement. newTextNoteRefElement(String textNoteClassValue)Create child element <text:note-ref>.
-