Uses of Class
org.odftoolkit.odfdom.doc.element.style.OdfStyle

Packages that use OdfStyle
org.odftoolkit.odfdom.doc.element.office   
org.odftoolkit.odfdom.doc.element.table   
org.odftoolkit.odfdom.dom.element   
 

Uses of OdfStyle in org.odftoolkit.odfdom.doc.element.office
 

Methods in org.odftoolkit.odfdom.doc.element.office that return OdfStyle
 OdfStyle OdfAutomaticStyles.createStyle(OdfStyleFamily styleFamily)
           
 OdfStyle OdfStyles.createStyle(String name, OdfStyleFamily family)
           
 OdfStyle OdfAutomaticStyles.getStyle(String name, OdfStyleFamily familyType)
          Returns the OdfStyle element with the given name and family.
 OdfStyle OdfStyles.getStyle(String name, OdfStyleFamily familyType)
          Returns the OdfStyle element with the given name and family.
 OdfStyle OdfAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
           
 

Methods in org.odftoolkit.odfdom.doc.element.office that return types with arguments of type OdfStyle
 Iterable<OdfStyle> OdfAutomaticStyles.getStylesForFamily(OdfStyleFamily familyType)
          Returns an iterator for all OdfStyle elements for the given family.
 Iterable<OdfStyle> OdfStyles.getStylesForFamily(OdfStyleFamily familyType)
          Returns an iterator for all OdfStyle elements for the given family.
 

Methods in org.odftoolkit.odfdom.doc.element.office with parameters of type OdfStyle
 OdfStyle OdfAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
           
 

Uses of OdfStyle in org.odftoolkit.odfdom.doc.element.table
 

Methods in org.odftoolkit.odfdom.doc.element.table that return OdfStyle
 OdfStyle OdfTableColumn.getDefaultCellStyle()
           
 

Methods in org.odftoolkit.odfdom.doc.element.table with parameters of type OdfStyle
 void OdfTableColumn.setDefaultCellStyle(OdfStyle s)
           
 

Uses of OdfStyle in org.odftoolkit.odfdom.dom.element
 

Methods in org.odftoolkit.odfdom.dom.element that return OdfStyle
 OdfStyle OdfStylableElement.getAutomaticStyle()
           
 OdfStyle OdfStylableElement.getDocumentStyle()
           
 OdfStyle OdfStylableElement.reuseDocumentStyle(String styleName)
           
 

Methods in org.odftoolkit.odfdom.dom.element with parameters of type OdfStyle
 void OdfStylableElement.setDocumentStyle(OdfStyle style)
           
 



Copyright © 2009. All Rights Reserved.