Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationPlaceholderElement
-
Packages that use PresentationPlaceholderElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of PresentationPlaceholderElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationPlaceholderElement Modifier and Type Method Description voidDefaultElementVisitor. visit(PresentationPlaceholderElement ele)A method to visit "presentation:placeholder" elements -
Uses of PresentationPlaceholderElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return PresentationPlaceholderElement Modifier and Type Method Description PresentationPlaceholderElementStylePresentationPageLayoutElement. newPresentationPlaceholderElement(String presentationObjectValue, String svgHeightValue, String svgWidthValue, String svgXValue, String svgYValue)Create child element <presentation:placeholder>.
-