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

Packages that use OdfStyleBase
org.odftoolkit.odfdom.doc.style   
org.odftoolkit.odfdom.doc.text   
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.search Provide classes to operate the content and style of the selected text content. 
 

Uses of OdfStyleBase in org.odftoolkit.odfdom.doc.style
 

Subclasses of OdfStyleBase in org.odftoolkit.odfdom.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.doc.style that return OdfStyleBase
 OdfStyleBase OdfStylePageLayout.getParentStyle()
           
 OdfStyleBase OdfDefaultStyle.getParentStyle()
           
 OdfStyleBase OdfStyle.getParentStyle()
           
 

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

Subclasses of OdfStyleBase in org.odftoolkit.odfdom.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.doc.text that return OdfStyleBase
 OdfStyleBase OdfTextOutlineLevelStyle.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleNumber.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleBullet.getParentStyle()
           
 OdfStyleBase OdfTextListLevelStyleImage.getParentStyle()
           
 OdfStyleBase OdfTextListStyle.getParentStyle()
           
 

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 .
 class StylePageLayoutElement
          DOM implementation of OpenDocument element .
 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
 class TextListLevelStyleBulletElement
          DOM implementation of OpenDocument element .
 class TextListLevelStyleElementBase
          DOM implementation of OpenDocument base element
 class TextListLevelStyleImageElement
          DOM implementation of OpenDocument element .
 class TextListLevelStyleNumberElement
          DOM implementation of OpenDocument element .
 class TextListStyleElement
          DOM implementation of OpenDocument element .
 class TextOutlineLevelStyleElement
          DOM implementation of OpenDocument element .
 

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)
          Apply a style to the selection so that the text style of this selection will append the specified style
 



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.