OpenTypeDirectionHint

Contents
[ ]

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.

Fields

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.

Methods

Method Description
values()
valueOf(String name)
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()

FullyMixed

public static final OpenTypeDirectionHint FullyMixed

Fully mixed directional glyphs.

OnlyLeftToRight

public static final OpenTypeDirectionHint OnlyLeftToRight

Only strongly left to right.

LeftToRightAndNeutrals

public static final OpenTypeDirectionHint LeftToRightAndNeutrals

Like OnlyLeftToRight but also contains neutrals.

OnlyRightToLeft

public static final OpenTypeDirectionHint OnlyRightToLeft

Only strongly right to left.

RightToLeftAndNeutrals

public static final OpenTypeDirectionHint RightToLeftAndNeutrals

Like OnlyRightToLeft but also contains neutrals.

values()

public static OpenTypeDirectionHint[] values()

Returns: com.groupdocs.metadata.core.OpenTypeDirectionHint[]

valueOf(String name)

public static OpenTypeDirectionHint valueOf(String name)

Parameters:

Parameter Type Description
name java.lang.String

Returns: OpenTypeDirectionHint

getByRawValue(int rawValue)

public static OpenTypeDirectionHint getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: OpenTypeDirectionHint

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int