Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeChangeInfoElement
-
Packages that use OfficeChangeInfoElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table org.odftoolkit.odfdom.dom.element.text -
-
Uses of OfficeChangeInfoElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeChangeInfoElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficeChangeInfoElement ele)A method to visit "office:change-info" elements -
Uses of OfficeChangeInfoElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return OfficeChangeInfoElement Modifier and Type Method Description OfficeChangeInfoElementTableCellContentChangeElement. newOfficeChangeInfoElement()Create child element <office:change-info>.OfficeChangeInfoElementTableDeletionElement. newOfficeChangeInfoElement()Create child element <office:change-info>.OfficeChangeInfoElementTableInsertionElement. newOfficeChangeInfoElement()Create child element <office:change-info>.OfficeChangeInfoElementTableMovementElement. newOfficeChangeInfoElement()Create child element <office:change-info>. -
Uses of OfficeChangeInfoElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return OfficeChangeInfoElement Modifier and Type Method Description OfficeChangeInfoElementTextDeletionElement. newOfficeChangeInfoElement()Create child element <office:change-info>.OfficeChangeInfoElementTextFormatChangeElement. newOfficeChangeInfoElement()Create child element <office:change-info>.OfficeChangeInfoElementTextInsertionElement. newOfficeChangeInfoElement()Create child element <office:change-info>.
-