Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleParagraphPropertiesElement
-
Packages that use StyleParagraphPropertiesElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleParagraphPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleParagraphPropertiesElement Modifier and Type Method Description static voidJsonOperationConsumer. mapParagraphProperties(org.json.JSONObject attrs, StyleParagraphPropertiesElement propertiesElement) -
Uses of StyleParagraphPropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleParagraphPropertiesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleParagraphPropertiesElement ele)A method to visit "style:paragraph-properties" elements -
Uses of StyleParagraphPropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleParagraphPropertiesElement Modifier and Type Method Description StyleParagraphPropertiesElementStyleDefaultStyleElement. newStyleParagraphPropertiesElement()Create child element <style:paragraph-properties>.StyleParagraphPropertiesElementStyleStyleElement. newStyleParagraphPropertiesElement()Create child element <style:paragraph-properties>.
-