Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationShowShapeElement
-
Packages that use PresentationShowShapeElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.presentation -
-
Uses of PresentationShowShapeElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationShowShapeElement Modifier and Type Method Description void
DefaultElementVisitor. visit(PresentationShowShapeElement ele)
A method to visit "presentation:show-shape" elements -
Uses of PresentationShowShapeElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return PresentationShowShapeElement Modifier and Type Method Description PresentationShowShapeElement
PresentationAnimationGroupElement. newPresentationShowShapeElement(String drawShapeIdValue)
Create child element <presentation:show-shape>.PresentationShowShapeElement
PresentationAnimationsElement. newPresentationShowShapeElement(String drawShapeIdValue)
Create child element <presentation:show-shape>.
-