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 voidDefaultElementVisitor. 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 DrawOpacityElementOfficeStylesElement. 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 DrawOpacityElementOdfOfficeStyles. newDrawOpacityElement(String drawStyleValue)Create child element <draw:opacity>.
-