Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextReferenceMarkElement
-
Packages that use TextReferenceMarkElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextReferenceMarkElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextReferenceMarkElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextReferenceMarkElement ele)A method to visit "text:reference-mark" elements -
Uses of TextReferenceMarkElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextReferenceMarkElement Modifier and Type Method Description TextReferenceMarkElementTextAElement. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.TextReferenceMarkElementTextMetaElement. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.TextReferenceMarkElementTextMetaFieldElement. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.TextReferenceMarkElementTextParagraphElementBase. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.TextReferenceMarkElementTextRubyBaseElement. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.TextReferenceMarkElementTextSpanElement. newTextReferenceMarkElement(String textNameValue)Create child element <text:reference-mark>.
-