Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleSectionPropertiesElement
-
Packages that use StyleSectionPropertiesElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleSectionPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleSectionPropertiesElement Modifier and Type Method Description static voidJsonOperationConsumer. mapSectionProperties(org.json.JSONObject attrs, StyleSectionPropertiesElement propertiesElement) -
Uses of StyleSectionPropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleSectionPropertiesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleSectionPropertiesElement ele)A method to visit "style:section-properties" elements -
Uses of StyleSectionPropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleSectionPropertiesElement Modifier and Type Method Description StyleSectionPropertiesElementStyleDefaultStyleElement. newStyleSectionPropertiesElement()Create child element <style:section-properties>.StyleSectionPropertiesElementStyleStyleElement. newStyleSectionPropertiesElement()Create child element {
-