Uses of Class
org.odftoolkit.odfdom.dom.element.text.TextModificationDateElement
-
Packages that use TextModificationDateElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.text -
-
Uses of TextModificationDateElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TextModificationDateElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TextModificationDateElement ele)
A method to visit "text:modification-date" elements -
Uses of TextModificationDateElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return TextModificationDateElement Modifier and Type Method Description TextModificationDateElement
TextAElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextHElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextMetaElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextMetaFieldElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextPElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextRubyBaseElement. newTextModificationDateElement()
Create child element <text:modification-date>.TextModificationDateElement
TextSpanElement. newTextModificationDateElement()
Create child element <text:modification-date>.
-