Uses of Class
org.odftoolkit.simple.style.Font

Packages that use Font
org.odftoolkit.simple.style Provide convenient methods to handle style definitions in ODF document. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
 

Uses of Font in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style that return Font
 Font TextProperties.getFont()
          Return the font definition for western characters.
 Font TextProperties.getFont(Document.ScriptType type)
          Return the font definition for a specific script type
 

Methods in org.odftoolkit.simple.style with parameters of type Font
 void TextProperties.setFont(Font font)
          Set the font definition for western character.
 void TextProperties.setFont(Font font, Locale language)
          Set the font definition.
 

Uses of Font in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table that return Font
 Font Cell.getFont()
          Return the font definition for this cell.
 Font CellStyleHandler.getFont(Document.ScriptType type)
          Return the font definition for a specific script type.
 

Methods in org.odftoolkit.simple.table with parameters of type Font
 void CellStyleHandler.setFont(Font font)
          Set the font definition.
 void Cell.setFont(Font font)
          Set font style for this cell.
 void CellStyleHandler.setFont(Font font, Locale language)
          Set the font definition.
 



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