LangAltEntry
Overview
LangAltEntry is a class in Aspose.PDF FOSS for Java.
A language-tagged value entry in a Language Alternative.
This class provides 1 method for working with LangAltEntry objects in Java programs.
Available methods include: LangAltEntry.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: lang, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
lang | String | Read | The language tag (e.g. |
value | String | Read | The text value. |
Methods
| Signature | Description |
|---|---|
LangAltEntry(lang: String, value: String) |