Uses of Class
org.odftoolkit.odfdom.dom.element.OdfStyleBase

Packages that use OdfStyleBase
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.dom.element
 

Methods in org.odftoolkit.odfdom.dom.element that return OdfStyleBase
 OdfStyleBase OdfStyleBase.getParentStyle()
           
 

Uses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.style
 

Subclasses of OdfStyleBase in org.odftoolkit.odfdom.dom.element.style
 class StyleDefaultStyleElement
          DOM implementation of OpenDocument element style:default-style.
 class StyleFooterStyleElement
          DOM implementation of OpenDocument element style:footer-style.
 class StyleHeaderStyleElement
          DOM implementation of OpenDocument element style:header-style.
 class StylePageLayoutElement
          DOM implementation of OpenDocument element style:page-layout.
 class StyleStyleElement
          DOM 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
 class TextListLevelStyleBulletElement
          DOM implementation of OpenDocument element text:list-level-style-bullet.
 class TextListLevelStyleElementBase
          DOM implementation of OpenDocument base element
 class 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
 class OdfDefaultStyle
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfStyle
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfStylePageLayout
          Convenient functionalty for the parent ODF OpenDocument element
 

Methods in org.odftoolkit.odfdom.incubator.doc.style that return OdfStyleBase
 OdfStyleBase OdfStylePageLayout.getParentStyle()
           
 OdfStyleBase OdfStyle.getParentStyle()
           
 OdfStyleBase OdfDefaultStyle.getParentStyle()
           
 

Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.text
 

Subclasses of OdfStyleBase in org.odftoolkit.odfdom.incubator.doc.text
 class OdfTextListLevelStyleBullet
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfTextListLevelStyleImage
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfTextListLevelStyleNumber
          Convenient functionalty for the parent ODF OpenDocument element
 class OdfTextListStyle
          Convenient functionalty for the parent ODF OpenDocument element List styles require a lot of code to create one level at a time.
 class OdfTextOutlineLevelStyle
          Convenient functionalty for the parent ODF OpenDocument element
 

Methods in org.odftoolkit.odfdom.incubator.doc.text that return OdfStyleBase
 OdfStyleBase OdfTextOutlineLevelStyle.getParentStyle()
           
 OdfStyleBase OdfTextListStyle.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleNumber.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleImage.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleBullet.getParentStyle()
           
 

Uses of OdfStyleBase in org.odftoolkit.odfdom.incubator.search
 

Methods in org.odftoolkit.odfdom.incubator.search with parameters of type OdfStyleBase
 void TextSelection.applyStyle(OdfStyleBase style)
          Deprecated. Apply a style to the selection so that the text style of this selection will append the specified style
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.