TextDirection

TextDirection class

Specifies the direction of the characters in a text block.

Constructors

NameDescription
TextDirectionConstructor.

Properties

NameTypeDescription
ValueintSpecifies the direction of the characters in a text block. The value of the property is TextDirectionValue integer const
UfeUnitFormulaErrSpecifies attributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

TextDirection(value)

Constructor.

ParameterTypeDescription
valueintA TextDirectionValue value.

TextDirection.Value property

Specifies the direction of the characters in a text block. The value of the property is TextDirectionValue integer constant.

Type: int

TextDirection.Ufe property

Specifies attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.