Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleStyleElement
-
Packages that use StyleStyleElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements.org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office org.odftoolkit.odfdom.incubator.doc.style -
-
Uses of StyleStyleElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return StyleStyleElement Modifier and Type Method Description static StyleStyleElementJsonOperationConsumer. addStyle(org.json.JSONObject attrs, OdfStylableElement newElement, OdfFileDom ownerDocument)At the the given newElement from the given ownerDocument the given style changes from attrs are being applied.Methods in org.odftoolkit.odfdom.changes with parameters of type StyleStyleElement Modifier and Type Method Description static voidJsonOperationConsumer. handleParaOutline(StyleStyleElement style, org.json.JSONObject attrs) -
Uses of StyleStyleElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleStyleElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleStyleElement ele)A method to visit "style:style" elements -
Uses of StyleStyleElement in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element that return StyleStyleElement Modifier and Type Method Description StyleStyleElementOdfStylableElement. getOrCreateUnqiueAutomaticStyle()Retrieve or create unique ODF AutomaticStyleStyleStyleElementOdfStylableElement. getOrCreateUnqiueAutomaticStyle(Boolean createStyleName, OdfStyleFamily styleFamily)Retrieve or create unique ODF AutomaticStyle -
Uses of StyleStyleElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return StyleStyleElement Modifier and Type Method Description StyleStyleElementOfficeAutomaticStylesElement. newStyleStyleElement(String styleFamilyValue, String styleNameValue)Create child element <style:style>.StyleStyleElementOfficeStylesElement. newStyleStyleElement(String styleFamilyValue, String styleNameValue)Create child element <style:style>. -
Uses of StyleStyleElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return StyleStyleElement Modifier and Type Method Description StyleStyleElementOdfOfficeAutomaticStyles. newStyleStyleElement(String styleFamilyValue, String styleNameValue)Create child element <style:style>.StyleStyleElementOdfOfficeStyles. newStyleStyleElement(String styleFamilyValue, String styleNameValue)Create child element <style:style>. -
Uses of StyleStyleElement in org.odftoolkit.odfdom.incubator.doc.style
Subclasses of StyleStyleElement in org.odftoolkit.odfdom.incubator.doc.style Modifier and Type Class Description classOdfStyleConvenient functionality for the parent ODF OpenDocument element
-