BidiClass enum

See the Rust documentation for BidiClass for more information.

Inheritance
Available extensions

Values

leftToRight → const BidiClass

See the Rust documentation for LeftToRight for more information.

rightToLeft → const BidiClass

See the Rust documentation for RightToLeft for more information.

europeanNumber → const BidiClass

See the Rust documentation for EuropeanNumber for more information.

europeanSeparator → const BidiClass

See the Rust documentation for EuropeanSeparator for more information.

europeanTerminator → const BidiClass

See the Rust documentation for EuropeanTerminator for more information.

arabicNumber → const BidiClass

See the Rust documentation for ArabicNumber for more information.

commonSeparator → const BidiClass

See the Rust documentation for CommonSeparator for more information.

paragraphSeparator → const BidiClass

See the Rust documentation for ParagraphSeparator for more information.

segmentSeparator → const BidiClass

See the Rust documentation for SegmentSeparator for more information.

whiteSpace → const BidiClass

See the Rust documentation for WhiteSpace for more information.

otherNeutral → const BidiClass

See the Rust documentation for OtherNeutral for more information.

leftToRightEmbedding → const BidiClass

See the Rust documentation for LeftToRightEmbedding for more information.

leftToRightOverride → const BidiClass

See the Rust documentation for LeftToRightOverride for more information.

arabicLetter → const BidiClass

See the Rust documentation for ArabicLetter for more information.

rightToLeftEmbedding → const BidiClass

See the Rust documentation for RightToLeftEmbedding for more information.

rightToLeftOverride → const BidiClass

See the Rust documentation for RightToLeftOverride for more information.

popDirectionalFormat → const BidiClass

See the Rust documentation for PopDirectionalFormat for more information.

nonspacingMark → const BidiClass

See the Rust documentation for NonspacingMark for more information.

boundaryNeutral → const BidiClass

See the Rust documentation for BoundaryNeutral for more information.

firstStrongIsolate → const BidiClass

See the Rust documentation for FirstStrongIsolate for more information.

leftToRightIsolate → const BidiClass

See the Rust documentation for LeftToRightIsolate for more information.

rightToLeftIsolate → const BidiClass

See the Rust documentation for RightToLeftIsolate for more information.

popDirectionalIsolate → const BidiClass

See the Rust documentation for PopDirectionalIsolate for more information.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

longName() String?
Get the "long" name of this property value (returns empty if property value is unknown)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shortName() String?
Get the "short" name of this property value (returns empty if property value is unknown)
toIntegerValue() int
Convert to an integer value usable with ICU4C and CodePointMapData
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

forChar(Rune ch) BidiClass
See the Rust documentation for for_char for more information.
fromIntegerValue(int other) BidiClass?
Convert from an integer value from ICU4C or CodePointMapData

Constants

values → const List<BidiClass>
A constant List of the values in this enum, in order of their declaration.