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