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 void
JsonOperationConsumer. addBorderProperties(String key, org.json.JSONObject attrs, OdfStylePropertiesBase propertiesElement, OdfStyleBase frameParentStyle)
static void
MapHelper. getStyleProperties(OdfStyleBase style, Map<String,OdfStylePropertiesSet> familyPropertyGroups, Map<String,Map<String,String>> allOdfProps)
static void
MapHelper. getStyleProperties(OdfStyleBase style, OdfStylableElement styleElement, Map<String,Map<String,String>> allOdfProps)
static void
JsonOperationConsumer. mapGraphicProperties(org.json.JSONObject attrs, StyleGraphicPropertiesElement propertiesElement, OdfStyleBase frameParentStyle)
static void
JsonOperationConsumer. mapProperties(OdfStyleFamily styleFamily, org.json.JSONObject attrs, OdfStyleBase style, OdfDocument doc)
static void
JsonOperationConsumer. 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 "listStyleIdInteger
JsonOperationProducer. triggerDefaultStyleOp(OdfStyleFamily styleFamily, OdfStyleBase style)
Tests first if the default style was already added to the document, than triggers a addStylesheet operationInteger
JsonOperationProducer. 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 OdfStyleBase
OdfStyleBase. getParentStyle()
-
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 class
StyleDefaultStyleElement
DOM implementation of OpenDocument element <style:default-style>.class
StylePageLayoutElement
DOM implementation of OpenDocument element <style:page-layout>.class
StyleStyleElement
DOM implementation of OpenDocument element { -
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 class
TextListLevelStyleBulletElement
DOM implementation of OpenDocument element <text:list-level-style-bullet>.class
TextListLevelStyleElementBase
DOM implementation of OpenDocument base elementclass
TextListLevelStyleImageElement
DOM implementation of OpenDocument element <text:list-level-style-image>.class
TextListLevelStyleNumberElement
DOM implementation of OpenDocument element <text:list-level-style-number>.class
TextListStyleElement
DOM implementation of OpenDocument element <text:list-style>.class
TextOutlineLevelStyleElement
DOM 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 class
OdfDefaultStyle
Convenient functionality for the parent ODF OpenDocument elementclass
OdfStyle
Convenient functionality for the parent ODF OpenDocument elementclass
OdfStylePageLayout
Convenient functionality for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.style that return OdfStyleBase Modifier and Type Method Description OdfStyleBase
OdfDefaultStyle. getParentStyle()
OdfStyleBase
OdfStyle. getParentStyle()
OdfStyleBase
OdfStylePageLayout. 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 class
OdfTextListLevelStyleBullet
Convenient functionalty for the parent ODF OpenDocument elementclass
OdfTextListLevelStyleImage
Convenient functionalty for the parent ODF OpenDocument elementclass
OdfTextListLevelStyleNumber
Convenient functionalty for the parent ODF OpenDocument elementclass
OdfTextListStyle
Convenient functionalty for the parent ODF OpenDocument elementclass
OdfTextOutlineLevelStyle
Convenient functionalty for the parent ODF OpenDocument elementMethods in org.odftoolkit.odfdom.incubator.doc.text that return OdfStyleBase Modifier and Type Method Description OdfStyleBase
OdfTextListLevelStyleBullet. getParentStyle()
OdfStyleBase
OdfTextListLevelStyleImage. getParentStyle()
OdfStyleBase
OdfTextListLevelStyleNumber. getParentStyle()
OdfStyleBase
OdfTextListStyle. getParentStyle()
OdfStyleBase
OdfTextOutlineLevelStyle. 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 void
TextSelection. applyStyle(OdfStyleBase style)
Apply a style to the selection so that the text style of this selection will append the specified style
-