Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextAElement
-
Packages that use TextAElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text org.odftoolkit.odfdom.incubator.doc.text -
-
Uses of TextAElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return TextAElement Modifier and Type Method Description TextAElementTextHyperlinkSelection. getAElement()Returns the AnchorElement of the Anchor element.Constructors in org.odftoolkit.odfdom.changes with parameters of type TextAElement Constructor Description TextHyperlinkSelection(TextAElement anchorElement, List<Integer> startPosition)Constructor.TextHyperlinkSelection(TextAElement anchorElement, List<Integer> startPosition, List<Integer> endPosition)Constructor. -
Uses of TextAElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextAElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TextAElement ele)A method to visit "text:a" elements -
Uses of TextAElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextAElement Modifier and Type Method Description TextAElementTextMetaElement. newTextAElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <text:a>.TextAElementTextMetaFieldElement. newTextAElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <text:a>.TextAElementTextParagraphElementBase. newTextAElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <text:a>.TextAElementTextRubyBaseElement. newTextAElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <text:a>.TextAElementTextSpanElement. newTextAElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <text:a>. -
Uses of TextAElement in org.odftoolkit.odfdom.incubator.doc.text
Methods in org.odftoolkit.odfdom.incubator.doc.text with parameters of type TextAElement Modifier and Type Method Description voidOdfEditableTextExtractor. visit(TextAElement ele)
-