Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationDimElement
-
Packages that use PresentationDimElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.presentation -
-
Uses of PresentationDimElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationDimElement Modifier and Type Method Description voidDefaultElementVisitor. visit(PresentationDimElement ele)A method to visit "presentation:dim" elements -
Uses of PresentationDimElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return PresentationDimElement Modifier and Type Method Description PresentationDimElementPresentationAnimationGroupElement. newPresentationDimElement(String drawColorValue, String drawShapeIdValue)Create child element <presentation:dim>.PresentationDimElementPresentationAnimationsElement. newPresentationDimElement(String drawColorValue, String drawShapeIdValue)Create child element <presentation:dim>.
-