Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleMapElement
-
Packages that use StyleMapElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.number org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleMapElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleMapElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleMapElement ele)A method to visit "style:map" elements -
Uses of StyleMapElement in org.odftoolkit.odfdom.dom.element.number
Methods in org.odftoolkit.odfdom.dom.element.number that return StyleMapElement Modifier and Type Method Description StyleMapElementNumberDataStyleElementBase. newStyleMapElement(String styleApplyStyleNameValue, String styleConditionValue)Create child element <style:map>.Methods in org.odftoolkit.odfdom.dom.element.number with parameters of type StyleMapElement Modifier and Type Method Description protected StringDataStyleElement. getMapping(StyleMapElement mapElement) -
Uses of StyleMapElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleMapElement Modifier and Type Method Description StyleMapElementStyleStyleElement. newStyleMapElement(String styleApplyStyleNameValue, String styleConditionValue)Create child element <style:map>.
-