Uses of Class
org.odftoolkit.odfdom.dom.element.config.ConfigConfigItemMapIndexedElement
-
Packages that use ConfigConfigItemMapIndexedElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.config -
-
Uses of ConfigConfigItemMapIndexedElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type ConfigConfigItemMapIndexedElement Modifier and Type Method Description void
DefaultElementVisitor. visit(ConfigConfigItemMapIndexedElement ele)
A method to visit "config:config-item-map-indexed" elements -
Uses of ConfigConfigItemMapIndexedElement in org.odftoolkit.odfdom.dom.element.config
Methods in org.odftoolkit.odfdom.dom.element.config that return ConfigConfigItemMapIndexedElement Modifier and Type Method Description ConfigConfigItemMapIndexedElement
ConfigConfigItemMapEntryElement. newConfigConfigItemMapIndexedElement(String configNameValue)
Create child element <config:config-item-map-indexed>.ConfigConfigItemMapIndexedElement
ConfigConfigItemSetElement. newConfigConfigItemMapIndexedElement(String configNameValue)
Create child element <config:config-item-map-indexed>.
-