Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawLayerSetElement
-
-
Uses of DrawLayerSetElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawLayerSetElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawLayerSetElement ele)
A method to visit "draw:layer-set" elements -
Uses of DrawLayerSetElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawLayerSetElement Modifier and Type Method Description DrawLayerSetElement
DrawPageElement. newDrawLayerSetElement()
Create child element <draw:layer-set>. -
Uses of DrawLayerSetElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawLayerSetElement Modifier and Type Method Description DrawLayerSetElement
OfficeMasterStylesElement. newDrawLayerSetElement()
Create child element <draw:layer-set>. -
Uses of DrawLayerSetElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawLayerSetElement Modifier and Type Method Description DrawLayerSetElement
StyleMasterPageElement. newDrawLayerSetElement()
Create child element <draw:layer-set>. -
Uses of DrawLayerSetElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawLayerSetElement Modifier and Type Method Description DrawLayerSetElement
OdfOfficeMasterStyles. getLayerSet()
-