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 OfficeAnnotationElement
OdfDocument. getAnnotation(String name)
Methods in org.odftoolkit.odfdom.doc with parameters of type OfficeAnnotationElement Modifier and Type Method Description void
OdfDocument. 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 void
DefaultElementVisitor. 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 OfficeAnnotationElement
TableCoveredTableCellElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TableTableCellElement. 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 OfficeAnnotationElement
TextAElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextHElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextMetaElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextMetaFieldElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextPElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextRubyBaseElement. newOfficeAnnotationElement()
Create child element <office:annotation>.OfficeAnnotationElement
TextSpanElement. newOfficeAnnotationElement()
Create child element <office:annotation>.
-