OpenTypeDirectionHint
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum OpenTypeDirectionHint extends Enum<OpenTypeDirectionHint> implements IEnumValue
Represents the OpenType font direction.
| Field | Description |
|---|---|
| FullyMixed | Fully mixed directional glyphs. |
| OnlyLeftToRight | Only strongly left to right. |
| LeftToRightAndNeutrals | Like OnlyLeftToRight but also contains neutrals. |
| OnlyRightToLeft | Only strongly right to left. |
| RightToLeftAndNeutrals | Like OnlyRightToLeft but also contains neutrals. |
public static final OpenTypeDirectionHint FullyMixed
Fully mixed directional glyphs.
public static final OpenTypeDirectionHint OnlyLeftToRight
Only strongly left to right.
public static final OpenTypeDirectionHint LeftToRightAndNeutrals
Like OnlyLeftToRight but also contains neutrals.
public static final OpenTypeDirectionHint OnlyRightToLeft
Only strongly right to left.
public static final OpenTypeDirectionHint RightToLeftAndNeutrals
Like OnlyRightToLeft but also contains neutrals.
public static OpenTypeDirectionHint[] values()
Returns: com.groupdocs.metadata.core.OpenTypeDirectionHint[]
public static OpenTypeDirectionHint valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: OpenTypeDirectionHint
public static OpenTypeDirectionHint getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: OpenTypeDirectionHint
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.