Uses of Class
org.odftoolkit.simple.Document.ScriptType

Packages that use Document.ScriptType
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
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. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

Uses of Document.ScriptType in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return Document.ScriptType
static Document.ScriptType Document.getScriptType(Locale locale)
           
static Document.ScriptType Document.ScriptType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Document.ScriptType[] Document.ScriptType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.simple with parameters of type Document.ScriptType
 Locale Document.getLocale(Document.ScriptType scriptType)
           Get a locale information of a specific script type.
 void Document.setLocale(Locale locale, Document.ScriptType scriptType)
           Set a locale of a specific script type.
 

Uses of Document.ScriptType in org.odftoolkit.simple.style
 

Methods in org.odftoolkit.simple.style with parameters of type Document.ScriptType
 String TextProperties.getCountry(Document.ScriptType type)
          Return the country information for a specific script type
 Font TextProperties.getFont(Document.ScriptType type)
          Return the font definition for a specific script type
 String TextProperties.getFontFamilyName(Document.ScriptType type)
          Return the font family name for a specific script type
 String TextProperties.getFontName(Document.ScriptType type)
          Return the font name for a specific script type
 double TextProperties.getFontSizeInPoint(Document.ScriptType type)
          Return the font size definition in measurement point(PT) for a specific script type.
 StyleTypeDefinitions.FontStyle TextProperties.getFontStyle(Document.ScriptType type)
          Return the font style for a specific script type
 String TextProperties.getLanguage(Document.ScriptType type)
          Return the language information for a specific script type
 void TextProperties.setCountry(String country, Document.ScriptType type)
          Set the country information for a specific script type.
 void TextProperties.setFontName(String fontName, Document.ScriptType type)
          Set the font name for a specific script type
 void TextProperties.setFontSizeInPoint(double size, Document.ScriptType type)
          Set the font size in measurement point(PT) for a specific script type.
 void TextProperties.setFontStyle(StyleTypeDefinitions.FontStyle style, Document.ScriptType type)
          Set the font style for a specific script type
 void TextProperties.setLanguage(String language, Document.ScriptType type)
          Set the language information for a specific script type
 

Uses of Document.ScriptType in org.odftoolkit.simple.table
 

Methods in org.odftoolkit.simple.table with parameters of type Document.ScriptType
 String CellStyleHandler.getCountry(Document.ScriptType type)
          Return the country information for a specific script type
 Font CellStyleHandler.getFont(Document.ScriptType type)
          Return the font definition for a specific script type.
 String CellStyleHandler.getLanguage(Document.ScriptType type)
          Return the language information for a specific script type
 void CellStyleHandler.setCountry(String country, Document.ScriptType type)
          Set the country information for a specific script type
 void CellStyleHandler.setLanguage(String language, Document.ScriptType type)
          Set the language information for a specific script type
 

Uses of Document.ScriptType in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text with parameters of type Document.ScriptType
 String ParagraphStyleHandler.getCountry(Document.ScriptType type)
          Return the country information for a specific script type
 Font ParagraphStyleHandler.getFont(Document.ScriptType type)
          Return the font definition for a specific script type.
 String ParagraphStyleHandler.getLanguage(Document.ScriptType type)
          Return the language information for a specific script type
 void ParagraphStyleHandler.setCountry(String country, Document.ScriptType type)
          Set the country information for a specific script type
 void ParagraphStyleHandler.setLanguage(String language, Document.ScriptType type)
          Set the language information for a specific script type
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.