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

Packages that use OdfStyle
org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements. 
org.odftoolkit.odfdom.incubator.doc.office   
 

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

Methods in org.odftoolkit.odfdom.doc.table that return OdfStyle
protected  OdfStyle OdfTableCell.getCellStyleElement()
          Deprecated.  
protected  OdfStyle OdfTableCell.getCellStyleElementForWrite()
          Deprecated.  
 OdfStyle OdfTableRow.getDefaultCellStyle()
          Deprecated. Get the default cell style of this row.
 OdfStyle OdfTableColumn.getDefaultCellStyle()
          Deprecated. Get the default cell style of this column.
 

Methods in org.odftoolkit.odfdom.doc.table with parameters of type OdfStyle
 void OdfTableRow.setDefaultCellStyle(OdfStyle style)
          Deprecated. Set the default cell style to this row.
 void OdfTableColumn.setDefaultCellStyle(OdfStyle style)
          Deprecated. Set the default cell style to this column.
 

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

Methods in org.odftoolkit.odfdom.dom.element that return OdfStyle
 OdfStyle OdfStylableElement.getAutomaticStyle()
          Retrieve ODF AutomaticStyle
 OdfStyle OdfStylableElement.getDocumentStyle()
          Retrieve ODF DocumentStyle
 OdfStyle OdfStylableElement.reuseDocumentStyle(String styleName)
          Returns a DocumentStyle if there is no local style
 

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

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

Methods in org.odftoolkit.odfdom.incubator.doc.office that return OdfStyle
 OdfStyle OdfOfficeStyles.getStyle(String name, OdfStyleFamily familyType)
          Returns the OdfStyle element with the given name and family.
 OdfStyle OdfOfficeAutomaticStyles.getStyle(String name, OdfStyleFamily familyType)
          Returns the OdfStyleStyle element with the given name and family.
 OdfStyle OdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
          This method makes the style unique
 OdfStyle OdfOfficeAutomaticStyles.newStyle(OdfStyleFamily styleFamily)
          Create an OdfStyle element with style family
 OdfStyle OdfOfficeStyles.newStyle(String name, OdfStyleFamily family)
          Create an ODF style with style name and family
 

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

Methods in org.odftoolkit.odfdom.incubator.doc.office with parameters of type OdfStyle
 OdfStyle OdfOfficeAutomaticStyles.makeStyleUnique(OdfStyle referenceStyle)
          This method makes the style unique
 



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