Modifier and Type | Method and Description |
---|---|
static TtfNameTable.NameId |
TtfNameTable.NameId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtfNameTable.NameId[] |
TtfNameTable.NameId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MultiLanguageString |
TtfNameTable.getMultiLanguageNameById(TtfNameTable.NameId nameId)
returns a name by nameId
|
String |
TtfNameTable.getNameById(TtfNameTable.NameId nameId)
returns a name by nameId
|