Uses of Class
org.odftoolkit.odfdom.doc.OdfDocument.UnicodeGroup

Packages that use OdfDocument.UnicodeGroup
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
 

Uses of OdfDocument.UnicodeGroup in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfDocument.UnicodeGroup
static OdfDocument.UnicodeGroup OdfDocument.getUnicodeGroup(Locale locale)
          Similar to OpenOffice.org, ODFDOM assumes that every Locale is related to one of the three Unicodes Groups, either CJK, CTL or Western.
static OdfDocument.UnicodeGroup OdfDocument.UnicodeGroup.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfDocument.UnicodeGroup[] OdfDocument.UnicodeGroup.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfDocument.UnicodeGroup
 Locale OdfDocument.getLocale(OdfDocument.UnicodeGroup unicodeGroup)
          This method will return Locale, which presents the default language and country information settings in this document
 



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