Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextAElement
Packages that use TextAElement
Package
Description
-
Uses of TextAElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return TextAElementModifier and TypeMethodDescriptionTextHyperlinkSelection.getAElement()Returns the AnchorElement of the Anchor element.Constructors in org.odftoolkit.odfdom.changes with parameters of type TextAElementModifierConstructorDescriptionTextHyperlinkSelection(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 TextAElementModifier and TypeMethodDescriptionvoidDefaultElementVisitor.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 TextAElementModifier and TypeMethodDescriptionTextMetaElement.newTextAElement(String xlinkHrefValue, String xlinkTypeValue) Create child element <text:a>.TextMetaFieldElement.newTextAElement(String xlinkHrefValue, String xlinkTypeValue) Create child element <text:a>.TextParagraphElementBase.newTextAElement(String xlinkHrefValue, String xlinkTypeValue) Create child element <text:a>.TextRubyBaseElement.newTextAElement(String xlinkHrefValue, String xlinkTypeValue) Create child element <text:a>.TextSpanElement.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