Uses of Class
org.odftoolkit.odfdom.dom.element.OdfStyleBase
-
Packages that use OdfStyleBase Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements.org.odftoolkit.odfdom.dom.element.style org.odftoolkit.odfdom.dom.element.text org.odftoolkit.odfdom.incubator.doc.style org.odftoolkit.odfdom.incubator.doc.text org.odftoolkit.odfdom.incubator.search 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 OdfStyleBase Modifier and Type Method Description static 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 "listStyleIdIntegerJsonOperationProducer. triggerDefaultStyleOp(OdfStyleFamily styleFamily, OdfStyleBase style)Tests first if the default style was already added to the document, than triggers a addStylesheet operationIntegerJsonOperationProducer. 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 Modifier and Type Method Description OdfStyleBaseOdfStyleBase. getParentStyle()Methods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStyleBase Modifier and Type Method Description intOdfStyleBase. compareTo(OdfStyleBase obj)compare one style to another one. -
Uses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.style
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.style Modifier and Type Class Description classStyleDefaultStyleElementDOM implementation of OpenDocument element <style:default-style>.classStylePageLayoutElementDOM implementation of OpenDocument element <style:page-layout>.classStyleStyleElementDOM 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.text Modifier and Type Class Description classTextListLevelStyleBulletElementDOM implementation of OpenDocument element <text:list-level-style-bullet>.classTextListLevelStyleElementBaseDOM implementation of OpenDocument base elementclassTextListLevelStyleImageElementDOM implementation of OpenDocument element <text:list-level-style-image>.classTextListLevelStyleNumberElementDOM implementation of OpenDocument element <text:list-level-style-number>.classTextListStyleElementDOM implementation of OpenDocument element <text:list-style>.classTextOutlineLevelStyleElementDOM 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.style Modifier and Type Class Description classOdfDefaultStyleConvenient functionality for the parent ODF OpenDocument elementclassOdfStyleConvenient functionality for the parent ODF OpenDocument elementclassOdfStylePageLayoutConvenient functionality for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.style that return OdfStyleBase Modifier and Type Method Description OdfStyleBaseOdfDefaultStyle. getParentStyle()OdfStyleBaseOdfStyle. getParentStyle()OdfStyleBaseOdfStylePageLayout. getParentStyle() -
Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.text Modifier and Type Class Description classOdfTextListLevelStyleBulletConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextListLevelStyleImageConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextListLevelStyleNumberConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextListStyleConvenient functionalty for the parent ODF OpenDocument elementclassOdfTextOutlineLevelStyleConvenient functionalty for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.text that return OdfStyleBase Modifier and Type Method Description OdfStyleBaseOdfTextListLevelStyleBullet. getParentStyle()OdfStyleBaseOdfTextListLevelStyleImage. getParentStyle()OdfStyleBaseOdfTextListLevelStyleNumber. getParentStyle()OdfStyleBaseOdfTextListStyle. getParentStyle()OdfStyleBaseOdfTextOutlineLevelStyle. getParentStyle() -
Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.search
Methods in org.odftoolkit.odfdom.incubator.search with parameters of type OdfStyleBase Modifier and Type Method Description voidTextSelection. applyStyle(OdfStyleBase style)Apply a style to the selection so that the text style of this selection will append the specified style
-