Uses of Class
org.odftoolkit.odfdom.dom.element.anim.AnimParamElement
-
Packages that use AnimParamElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.anim -
-
Uses of AnimParamElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type AnimParamElement Modifier and Type Method Description voidDefaultElementVisitor. visit(AnimParamElement ele)A method to visit "anim:param" elements -
Uses of AnimParamElement in org.odftoolkit.odfdom.dom.element.anim
Methods in org.odftoolkit.odfdom.dom.element.anim that return AnimParamElement Modifier and Type Method Description AnimParamElementAnimCommandElement. newAnimParamElement(String animNameValue, String animValueValue)Create child element <anim:param>.
-