Uses of Class
org.odftoolkit.odfdom.dom.element.OdfStylableElement
Packages that use OdfStylableElement
Package
Description
From the ODF RelaxNG generated Java classes representing the ODF elements.
-
Uses of OdfStylableElement in org.odftoolkit.odfdom.changes
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.changesModifier and TypeClassDescriptionclass
DOM container to be used for all ODF elements containing "stylable text"Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStylableElementModifier and TypeMethodDescriptionstatic StyleStyleElement
JsonOperationConsumer.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.static Map<String,
OdfStylePropertiesSet> Component.getAllStyleGroupingIdProperties
(OdfStylableElement styleElement) static String
Component.getFamilyID
(OdfStylableElement styleElement) JsonOperationProducer.getHardStyles
(OdfStylableElement styleElement) Maps the styles of the given stylable ODF element to operations.static String
Component.getMainStyleGroupingId
(OdfStylableElement styleElement) static String
Table.getProperty
(OdfStyleProperty prop, OdfStylableElement element) static String
Component.getStyleNamePrefix
(OdfStylableElement styleElement) static void
MapHelper.getStyleProperties
(OdfStyleBase style, OdfStylableElement styleElement, Map<String, Map<String, String>> allOdfProps) MapHelper.mapStyleProperties
(OdfStylableElement styleElement, Map<String, Map<String, String>> allOdfProps) -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.elementModifier and TypeClassDescriptionclass
This class decides upon the shape style attribute, whether the style family is of type 'graphic' or 'presentation'.Methods in org.odftoolkit.odfdom.dom.element that return types with arguments of type OdfStylableElementModifier and TypeMethodDescriptionOdfStyleBase.getStyleUsers()
Returns an iterator for allOdfStylableElement
elements using this style.Methods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStylableElementModifier and TypeMethodDescriptionvoid
OdfStyleBase.addStyleUser
(OdfStylableElement user) void
OdfStyleBase.removeStyleUser
(OdfStylableElement user) -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.chart
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.chartModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <chart:axis>.class
DOM implementation of OpenDocument element <chart:chart>.class
DOM implementation of OpenDocument element <chart:data-point>.class
DOM implementation of OpenDocument element <chart:error-indicator>.class
DOM implementation of OpenDocument element <chart:floor>.class
DOM implementation of OpenDocument element <chart:footer>.class
DOM implementation of OpenDocument element <chart:grid>.class
DOM implementation of OpenDocument element <chart:legend>.class
DOM implementation of OpenDocument element <chart:mean-value>.class
DOM implementation of OpenDocument element <chart:plot-area>.class
DOM implementation of OpenDocument element <chart:regression-curve>.class
DOM implementation of OpenDocument element <chart:series>.class
DOM implementation of OpenDocument element <chart:stock-gain-marker>.class
DOM implementation of OpenDocument element <chart:stock-loss-marker>.class
DOM implementation of OpenDocument element <chart:stock-range-line>.class
DOM implementation of OpenDocument element <chart:subtitle>.class
DOM implementation of OpenDocument element <chart:title>.class
DOM implementation of OpenDocument element <chart:wall>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.dr3d
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.dr3dModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <dr3d:cube>.class
DOM implementation of OpenDocument element <dr3d:extrude>.class
DOM implementation of OpenDocument element <dr3d:rotate>.class
DOM implementation of OpenDocument element <dr3d:scene>.class
DOM implementation of OpenDocument element <dr3d:sphere>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.draw
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.drawModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <draw:caption>.class
DOM implementation of OpenDocument element <draw:circle>.class
DOM implementation of OpenDocument element <draw:connector>.class
DOM implementation of OpenDocument element <draw:control>.class
DOM implementation of OpenDocument element <draw:custom-shape>.class
DOM implementation of OpenDocument element <draw:ellipse>.class
DOM implementation of OpenDocument element <draw:frame>.class
DOM implementation of OpenDocument element <draw:g>.class
DOM implementation of OpenDocument element <draw:line>.class
DOM implementation of OpenDocument element <draw:measure>.class
DOM implementation of OpenDocument element <draw:page>.class
DOM implementation of OpenDocument element <draw:page-thumbnail>.class
DOM implementation of OpenDocument element <draw:path>.class
DOM implementation of OpenDocument element <draw:polygon>.class
DOM implementation of OpenDocument element <draw:polyline>.class
DOM implementation of OpenDocument element <draw:rect>.class
DOM implementation of OpenDocument element <draw:regular-polygon>.class
DOM implementation of OpenDocument base element -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.office
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.officeModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <office:annotation>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.presentation
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.presentationModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <presentation:notes>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.style
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.styleModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <style:drop-cap>.class
DOM implementation of OpenDocument element <style:handout-master>.class
DOM implementation of OpenDocument element <style:master-page>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.table
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.tableModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <table:body>.class
DOM implementation of OpenDocument element <table:covered-table-cell>.class
DOM implementation of OpenDocument element <table:even-columns>.class
DOM implementation of OpenDocument element <table:even-rows>.class
DOM implementation of OpenDocument element <table:first-column>.class
DOM implementation of OpenDocument element <table:first-row>.class
DOM implementation of OpenDocument element <table:last-column>.class
DOM implementation of OpenDocument element <table:last-row>.class
DOM implementation of OpenDocument element <table:odd-columns>.class
DOM implementation of OpenDocument element <table:odd-rows>.class
DOM implementation of OpenDocument element <table:table-cell>.class
DOM implementation of OpenDocument base elementclass
DOM implementation of OpenDocument element <table:table-column>.class
DOM implementation of OpenDocument element <table:table>.class
DOM implementation of OpenDocument element <table:table-row>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.text
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.dom.element.textModifier and TypeClassDescriptionclass
DOM implementation of OpenDocument element <text:a>.class
DOM implementation of OpenDocument element <text:alphabetical-index>.class
DOM implementation of OpenDocument element <text:alphabetical-index-entry-template>.class
DOM implementation of OpenDocument element <text:bibliography>.class
DOM implementation of OpenDocument element <text:bibliography-entry-template>.class
DOM implementation of OpenDocument element <text:h>.class
DOM implementation of OpenDocument element <text:illustration-index>.class
DOM implementation of OpenDocument element <text:illustration-index-entry-template>.class
DOM implementation of OpenDocument element <text:index-entry-bibliography>.class
DOM implementation of OpenDocument element <text:index-entry-chapter>.class
DOM implementation of OpenDocument element <text:index-entry-link-end>.class
DOM implementation of OpenDocument element <text:index-entry-link-start>.class
DOM implementation of OpenDocument element <text:index-entry-page-number>.class
DOM implementation of OpenDocument element <text:index-entry-span>.class
DOM implementation of OpenDocument element <text:index-entry-tab-stop>.class
DOM implementation of OpenDocument element <text:index-entry-text>.class
DOM implementation of OpenDocument element <text:index-source-style>.class
DOM implementation of OpenDocument element <text:index-title>.class
DOM implementation of OpenDocument element <text:index-title-template>.class
DOM implementation of OpenDocument element <text:linenumbering-configuration>.class
DOM implementation of OpenDocument element <text:numbered-paragraph>.class
DOM implementation of OpenDocument element <text:object-index>.class
DOM implementation of OpenDocument element <text:object-index-entry-template>.class
DOM implementation of OpenDocument base elementclass
DOM implementation of OpenDocument element <text:p>.class
DOM implementation of OpenDocument element <text:ruby>.class
DOM implementation of OpenDocument element <text:ruby-text>.class
DOM implementation of OpenDocument element <text:section>.class
DOM implementation of OpenDocument element <text:span>.class
DOM implementation of OpenDocument element <text:table-index>.class
DOM implementation of OpenDocument element <text:table-index-entry-template>.class
DOM implementation of OpenDocument element <text:table-of-content>.class
DOM implementation of OpenDocument element <text:table-of-content-entry-template>.class
DOM implementation of OpenDocument element <text:user-index>.class
DOM implementation of OpenDocument element <text:user-index-entry-template>. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.incubator.doc.draw
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.incubator.doc.drawModifier and TypeClassDescriptionclass
Convenient functionalty for the parent ODF OpenDocument element -
Uses of OdfStylableElement in org.odftoolkit.odfdom.incubator.doc.style
Methods in org.odftoolkit.odfdom.incubator.doc.style that return OdfStylableElementModifier and TypeMethodDescriptionstatic OdfStylableElement
OdfStyle.mergeSelectionWithSameRange
(OdfStylableElement higherPrioSpan, OdfStylableElement lowerPrioSpan) Two spans having the same range will be provided, only one will remain, styles are being merged.Methods in org.odftoolkit.odfdom.incubator.doc.style with parameters of type OdfStylableElementModifier and TypeMethodDescriptionstatic OdfStylableElement
OdfStyle.mergeSelectionWithSameRange
(OdfStylableElement higherPrioSpan, OdfStylableElement lowerPrioSpan) Two spans having the same range will be provided, only one will remain, styles are being merged. -
Uses of OdfStylableElement in org.odftoolkit.odfdom.incubator.doc.text
Subclasses of OdfStylableElement in org.odftoolkit.odfdom.incubator.doc.textModifier and TypeClassDescriptionclass
Convenient functionality for the parent ODF OpenDocument elementclass
Convenient functionality for the parent ODF OpenDocument elementclass
Convenient functionality for the parent ODF OpenDocument element