Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawOpacityElement
-
Packages that use DrawOpacityElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of DrawOpacityElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawOpacityElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawOpacityElement ele)
A method to visit "draw:opacity" elements -
Uses of DrawOpacityElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawOpacityElement Modifier and Type Method Description DrawOpacityElement
OfficeStylesElement. newDrawOpacityElement(String drawStyleValue)
Create child element <draw:opacity>. -
Uses of DrawOpacityElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawOpacityElement Modifier and Type Method Description DrawOpacityElement
OdfOfficeStyles. newDrawOpacityElement(String drawStyleValue)
Create child element <draw:opacity>.
-