Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawPageElement
-
Packages that use DrawPageElement Package Description org.odftoolkit.odfdom.doc.presentation org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of DrawPageElement in org.odftoolkit.odfdom.doc.presentation
Methods in org.odftoolkit.odfdom.doc.presentation that return DrawPageElement Modifier and Type Method Description DrawPageElement
OdfSlide. getOdfElement()
Return an instance ofDrawPageElement
which represents presentation slide feature.Methods in org.odftoolkit.odfdom.doc.presentation with parameters of type DrawPageElement Modifier and Type Method Description static OdfSlide
OdfSlide. getInstance(DrawPageElement pageElement)
Get a presentation slide instance by an instance ofDrawPageElement
. -
Uses of DrawPageElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawPageElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawPageElement ele)
A method to visit "draw:page" elements -
Uses of DrawPageElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawPageElement Modifier and Type Method Description DrawPageElement
OfficeDrawingElement. newDrawPageElement(String drawMasterPageNameValue)
Create child element <draw:page>.DrawPageElement
OfficePresentationElement. newDrawPageElement(String drawMasterPageNameValue)
Create child element <draw:page>.
-