OpenTypeUnicodeEncoding
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum OpenTypeUnicodeEncoding extends Enum<OpenTypeUnicodeEncoding> implements IEnumValue
Represents encoding for OpenTypePlatform.Unicode platform.
| Field | Description |
|---|---|
| Unicode10 | Unicode 1.0 semantics. |
| Unicode11 | Unicode 1.1 semantics. |
| Iso | ISO/IEC 10646 semantics. |
| Unicode20Bmp | Unicode 2.0 and onwards semantics, Unicode BMP only (‘cmap’ subtable formats 0, 4, 6). |
| Unicode20Full | Unicode 2.0 and onwards semantics, Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12). |
| UnicodeVariation | Unicode Variation Sequences (‘cmap’ subtable format 14). |
| UnicodeFull | Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12, 13). |
public static final OpenTypeUnicodeEncoding Unicode10
Unicode 1.0 semantics.
public static final OpenTypeUnicodeEncoding Unicode11
Unicode 1.1 semantics.
public static final OpenTypeUnicodeEncoding Iso
ISO/IEC 10646 semantics.
public static final OpenTypeUnicodeEncoding Unicode20Bmp
Unicode 2.0 and onwards semantics, Unicode BMP only (‘cmap’ subtable formats 0, 4, 6).
public static final OpenTypeUnicodeEncoding Unicode20Full
Unicode 2.0 and onwards semantics, Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12).
public static final OpenTypeUnicodeEncoding UnicodeVariation
Unicode Variation Sequences (‘cmap’ subtable format 14).
public static final OpenTypeUnicodeEncoding UnicodeFull
Unicode full repertoire (‘cmap’ subtable formats 0, 4, 6, 10, 12, 13).
public static OpenTypeUnicodeEncoding[] values()
Returns: com.groupdocs.metadata.core.OpenTypeUnicodeEncoding[]
public static OpenTypeUnicodeEncoding valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: OpenTypeUnicodeEncoding
public static OpenTypeUnicodeEncoding getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: OpenTypeUnicodeEncoding
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.