Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficePresentationElement
-
Packages that use OfficePresentationElement 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.office -
-
Uses of OfficePresentationElement in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OfficePresentationElement Modifier and Type Method Description OfficePresentationElementOdfPresentationDocument. getContentRoot()Get the content root of a presentation document. -
Uses of OfficePresentationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type OfficePresentationElement Modifier and Type Method Description voidDefaultElementVisitor. visit(OfficePresentationElement ele)A method to visit "office:presentation" elements -
Uses of OfficePresentationElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return OfficePresentationElement Modifier and Type Method Description OfficePresentationElementOfficeBodyElement. newOfficePresentationElement()Create child element <office:presentation>.
-