Uses of Class
org.odftoolkit.odfdom.dom.element.OdfStyleBase
Packages that use OdfStyleBase
Package
Description
From the ODF RelaxNG generated Java classes representing the ODF elements.
Provide classes to operate the content and style of the selected text content.
-
Uses of OdfStyleBase in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStyleBaseModifier and TypeMethodDescriptionstatic voidJsonOperationConsumer.addBorderProperties(String key, org.json.JSONObject attrs, OdfStylePropertiesBase propertiesElement, OdfStyleBase frameParentStyle) static voidMapHelper.getStyleProperties(OdfStyleBase style, Map<String, OdfStylePropertiesSet> familyPropertyGroups, Map<String, Map<String, String>> allOdfProps) static voidMapHelper.getStyleProperties(OdfStyleBase style, OdfStylableElement styleElement, Map<String, Map<String, String>> allOdfProps) static voidJsonOperationConsumer.mapGraphicProperties(org.json.JSONObject attrs, StyleGraphicPropertiesElement propertiesElement, OdfStyleBase frameParentStyle) static voidJsonOperationConsumer.mapProperties(OdfStyleFamily styleFamily, org.json.JSONObject attrs, OdfStyleBase style, OdfDocument doc) static voidJsonOperationConsumer.modifyListStyleName(org.json.JSONObject attrs, OdfStyleBase autoStyle) Modifying the @style:list-style-name to the style:style of (an automatic) style, when the paragraph properties contain a "listStyleIdJsonOperationProducer.triggerDefaultStyleOp(OdfStyleFamily styleFamily, OdfStyleBase style) Tests first if the default style was already added to the document, than triggers a addStylesheet operationJsonOperationProducer.triggerStyleHierarchyOps(OdfOfficeStyles officeStyles, OdfStyleFamily styleFamily, OdfStyleBase style) -
Uses of OdfStyleBase in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element that return OdfStyleBase -
Uses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.style
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.styleModifier and TypeClassDescriptionclassDOM implementation of OpenDocument element <style:default-style>.classDOM implementation of OpenDocument element <style:page-layout>.classDOM implementation of OpenDocument element <style:style>. -
Uses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.text
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.textModifier and TypeClassDescriptionclassDOM implementation of OpenDocument element <text:list-level-style-bullet>.classDOM implementation of OpenDocument base elementclassDOM implementation of OpenDocument element <text:list-level-style-image>.classDOM implementation of OpenDocument element <text:list-level-style-number>.classDOM implementation of OpenDocument element <text:list-style>.classDOM implementation of OpenDocument element <text:outline-level-style>. -
Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.style
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.styleModifier and TypeClassDescriptionclassConvenient functionality for the parent ODF OpenDocument elementclassConvenient functionality for the parent ODF OpenDocument elementclassConvenient functionality for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.style that return OdfStyleBaseModifier and TypeMethodDescriptionOdfDefaultStyle.getParentStyle()OdfStyle.getParentStyle()OdfStylePageLayout.getParentStyle() -
Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.textModifier and TypeClassDescriptionclassConvenient functionalty for the parent ODF OpenDocument elementclassConvenient functionalty for the parent ODF OpenDocument elementclassConvenient functionalty for the parent ODF OpenDocument elementclassConvenient functionalty for the parent ODF OpenDocument elementclassConvenient functionalty for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.text that return OdfStyleBaseModifier and TypeMethodDescriptionOdfTextListLevelStyleBullet.getParentStyle()OdfTextListLevelStyleImage.getParentStyle()OdfTextListLevelStyleNumber.getParentStyle()OdfTextListStyle.getParentStyle()OdfTextOutlineLevelStyle.getParentStyle() -
Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.search
Methods in org.odftoolkit.odfdom.incubator.search with parameters of type OdfStyleBaseModifier and TypeMethodDescriptionvoidTextSelection.applyStyle(OdfStyleBase style) Apply a style to the selection so that the text style of this selection will append the specified style