Constructors
constructor
- new BidiClass(value): BidiClass
Properties
Static
ArabicLetter
Static
ArabicNumber
Static
BoundaryNeutral
Static
CommonSeparator
Static
EuropeanNumber
Static
EuropeanSeparator
Static
EuropeanTerminator
Static
FirstStrongIsolate
Static
LeftToRight
Static
LeftToRightEmbedding
Static
LeftToRightIsolate
Static
LeftToRightOverride
Static
NonspacingMark
Static
OtherNeutral
Static
ParagraphSeparator
Static
PopDirectionalFormat
Static
PopDirectionalIsolate
Static
RightToLeft
Static
RightToLeftEmbedding
Static
RightToLeftIsolate
Static
RightToLeftOverride
Static
SegmentSeparator
Static
WhiteSpace
Accessors
ffiValue
- get ffiValue(): number
Returns number
value
- get value(): string
Returns string
Methods
longName
- longName(): string
Returns string
shortName
- shortName(): string
Returns string
toIntegerValue
- toIntegerValue(): number
Returns number
Static
forChar
- forChar(ch): BidiClass
Static
fromIntegerValue
- fromIntegerValue(other): BidiClass
Static
fromValue
- fromValue(value): BidiClass
See the Rust documentation for
BidiClass
for more information.