Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationSoundElement
-
Packages that use PresentationSoundElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.presentation org.odftoolkit.odfdom.dom.element.style -
-
Uses of PresentationSoundElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationSoundElement Modifier and Type Method Description voidDefaultElementVisitor. visit(PresentationSoundElement ele)A method to visit "presentation:sound" elements -
Uses of PresentationSoundElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return PresentationSoundElement Modifier and Type Method Description PresentationSoundElementPresentationDimElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.PresentationSoundElementPresentationEventListenerElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.PresentationSoundElementPresentationHideShapeElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.PresentationSoundElementPresentationHideTextElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.PresentationSoundElementPresentationShowShapeElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.PresentationSoundElementPresentationShowTextElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>. -
Uses of PresentationSoundElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return PresentationSoundElement Modifier and Type Method Description PresentationSoundElementStyleDrawingPagePropertiesElement. newPresentationSoundElement(String xlinkHrefValue, String xlinkTypeValue)Create child element <presentation:sound>.
-