Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeAnnotationElement
-
Packages that use OfficeAnnotationElement Package Description org.odftoolkit.odfdom.doc The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table org.odftoolkit.odfdom.dom.element.text -
-
Uses of OfficeAnnotationElement in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OfficeAnnotationElement Modifier and Type Method Description OfficeAnnotationElementOdfDocument. getAnnotation(String name)Methods in org.odftoolkit.odfdom.doc with parameters of type OfficeAnnotationElement Modifier and Type Method Description voidOdfDocument. addAnnotation(String name, OfficeAnnotationElement element) -
Uses of OfficeAnnotationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeAnnotationElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficeAnnotationElement ele)A method to visit "office:annotation" elements -
Uses of OfficeAnnotationElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return OfficeAnnotationElement Modifier and Type Method Description OfficeAnnotationElementTableTableCellElementBase. newOfficeAnnotationElement()Create child element <office:annotation>. -
Uses of OfficeAnnotationElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return OfficeAnnotationElement Modifier and Type Method Description OfficeAnnotationElementTextAElement. newOfficeAnnotationElement()Create child element <office:annotation>.OfficeAnnotationElementTextMetaElement. newOfficeAnnotationElement()Create child element <office:annotation>.OfficeAnnotationElementTextMetaFieldElement. newOfficeAnnotationElement()Create child element <office:annotation>.OfficeAnnotationElementTextParagraphElementBase. newOfficeAnnotationElement()Create child element <office:annotation>.OfficeAnnotationElementTextRubyBaseElement. newOfficeAnnotationElement()Create child element <office:annotation>.OfficeAnnotationElementTextSpanElement. newOfficeAnnotationElement()Create child element <office:annotation>.
-