Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawGradientElement
-
Packages that use DrawGradientElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of DrawGradientElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawGradientElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DrawGradientElement ele)A method to visit "draw:gradient" elements -
Uses of DrawGradientElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawGradientElement Modifier and Type Method Description DrawGradientElementOfficeStylesElement. newDrawGradientElement(String drawStyleValue)Create child element <draw:gradient>. -
Uses of DrawGradientElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawGradientElement Modifier and Type Method Description DrawGradientElementOdfOfficeStyles. getGradient(String name)Returns theDrawGradientElementelement with the given name.DrawGradientElementOdfOfficeStyles. newDrawGradientElement(String drawStyleValue)Create child element <draw:gradient>.Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawGradientElement Modifier and Type Method Description Iterable<DrawGradientElement>OdfOfficeStyles. getGradients()Returns an iterator for allDrawGradientElementelements.
-