| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.