RequestedLanguageHint
Overview
RequestedLanguageHint is a class in Aspose.Font FOSS for Python.
RequestedLanguageHint.to_dict returns a dictionary representation of the hint object.
This class provides 1 method for working with RequestedLanguageHint objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: has_requested_language_label, label, matched_language, requested_language, status.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
has_requested_language_label | bool | Read | Gets the has requested language label. |
requested_language | str | Read | Gets the requested language. |
status | str | Read | Gets the status. |
matched_language | str | None | Read | Gets the matched language. |
label | str | None | Read | Gets the label. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the hint object |