Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationHideTextElement
-
Packages that use PresentationHideTextElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.presentation -
-
Uses of PresentationHideTextElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationHideTextElement Modifier and Type Method Description voidDefaultElementVisitor. visit(PresentationHideTextElement ele)A method to visit "presentation:hide-text" elements -
Uses of PresentationHideTextElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return PresentationHideTextElement Modifier and Type Method Description PresentationHideTextElementPresentationAnimationGroupElement. newPresentationHideTextElement(String drawShapeIdValue)Create child element <presentation:hide-text>.PresentationHideTextElementPresentationAnimationsElement. newPresentationHideTextElement(String drawShapeIdValue)Create child element <presentation:hide-text>.
-